Henry Heng
ebf9a98341
Release/2.1.5 ( #3535 )
...
flowise@2.1.5
2024-11-19 16:13:30 +00:00
Henry Heng
d0571291b7
Release/2.1.4 ( #3506 )
...
release 2.1.4
2024-11-13 18:39:14 +00:00
Henry Heng
3b72017a10
Chore/bump dep ( #3488 )
...
bump dep
2024-11-12 10:52:47 +00:00
Lucas Mohallem Ferraz
cfe2061322
Update package.json ( #3468 )
...
* Update package.json
Fix #3335 and #3067
openai helpers was introduced in 4.57.3:
https://github.com/openai/openai-node/commit/1e9808ac68a22eb5fa3640a5b33d27af122f50a0
* update openai pnpm lock file
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2024-11-07 19:44:41 +00:00
Henry Heng
95e0f01912
Release/2.1.3 ( #3403 )
...
update flowise@2.1.3
2024-10-23 13:29:25 +01:00
Henry Heng
f7ad125bbd
Release/2.1.2 ( #3324 )
...
release@2.1.2
2024-10-09 16:50:50 +01:00
Henry Heng
793319c9ae
Release/2.1.1 ( #3213 )
...
release @2.1.1
2024-09-18 10:16:28 +01:00
Henry Heng
7840a37f2f
Release/2.1.0 ( #3204 )
...
flowise@2.1.0 release
2024-09-17 11:15:12 +01:00
Henry Heng
7a4c7efcab
Chore/changed vm2 to @flowiseai/nodevm ( #3200 )
...
* changed vm2 to @flowiseai/nodevm
* update set-value and lunary version
2024-09-17 01:57:02 +01:00
Henry Heng
7103912203
Release/2.0.7 ( #3107 )
...
flowise@2.0.7 patch bugfix release
2024-08-28 19:56:14 +01:00
Henry Heng
58d995a4f3
Release/2.0.6 ( #3097 )
...
flowise@2.0.6 release
2024-08-27 16:56:24 +01:00
Octavian FlowiseAI
e8f5f07735
Feature: interactive swagger-ui auto-generated API docs from express ( #1812 )
...
* Add interactive swagger-ui auto-generated API docs from express
* Update README.md
* Update index.ts //@ts-ignore
* Fix eslint no-console error
* Add swagger paths
* Add all end points
* Update swagger.yml
* update swagger yml file
* update swagger config
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2024-08-25 13:22:07 +01:00
Henry Heng
f57dc2477f
Release/2.0.5 ( #3001 )
...
🥳 flowise patch bugfix @2.0.5
2024-08-12 14:51:17 +01:00
Henry Heng
d4b41689da
Bugfix/Tool Agent output message ( #2990 )
...
* add fix for tool agent output message
* pin langchain core dependency
2024-08-10 13:56:08 +01:00
Henry Heng
0c161956ad
Release/2.0.4 ( #2971 )
...
🥳 flowise patch bugfix @2.0.4
2024-08-08 00:32:57 +01:00
Henry Heng
f4dfe1803d
Release/2.0.3 ( #2966 )
...
🥳 flowise@2.0.3
2024-08-07 19:20:44 +01:00
Henry Heng
ee8f9bb37c
Chore/Move @langchain/core dependency to components ( #2945 )
...
* move lc core dependency to components
* anchor @langchain/aws version
* update agentic RAG template
2024-08-06 14:41:21 +01:00
Henry Heng
7153093bfc
Release/2.0.2 ( #2934 )
...
🥳 flowise@2.0.2 release
2024-08-05 13:18:39 +01:00
Cosso
c899c05693
Feature/AWS Bedrock Knowledge Bases retriever ( #2905 )
...
* AWS Bedrock Knowledge bases retriever added
* Moved @langchain/aws from root dependency to overrides
* pnpm-lock.yaml update
---------
Co-authored-by: Rok Pajk Kosec <rok.pajkkosec@gmail.com >
2024-07-30 16:40:59 +01:00
Henry Heng
3e54d53692
Feat/update ollama for function calling ( #2892 )
...
update ollama for function calling
2024-07-27 01:29:36 +01:00
Henry Heng
855e0e31f4
Release/2.0.1 ( #2859 )
...
🥳 flowise@2.0.1 release
2024-07-23 15:29:32 +01:00
Henry Heng
c31a4c95e7
Release/2.0.0 ( #2844 )
...
🥳 flowise@2.0.0 release
2024-07-23 00:00:42 +01:00
Henry Heng
bca4de0c63
Feature/seq agents ( #2798 )
...
* update build functions
* sequential agents
* update langchain to 0.2, added sequential agent nodes
* add marketplace templates
* update howto wordings
* Merge branch 'main' into feature/Seq-Agents
# Conflicts:
# pnpm-lock.yaml
* update deprecated functions and add new sequential nodes
* add marketplace templates
* update marketplace templates, add structured output to llm node
* add multi agents template
* update llm node with bindmodels
* update cypress version
* update templates sticky note wordings
* update tool node to include human in loop action
* update structured outputs error from models
* update cohere package to resolve google genai pipeThrough bug
* update mistral package version, added message reconstruction before invoke seq agent
* add HITL to agent
* update state messages restructuring
* update load and split methods for s3 directory
2024-07-22 17:46:14 +01:00
Henry Heng
074bb738a3
Release/1.8.4 ( #2805 )
...
* 🥳 flowise release 1.8.4
* 🥳 flowise-components release 1.8.6
2024-07-15 15:34:33 +01:00
Henry Heng
7067f90153
Release/1.8.3 ( #2727 )
...
release flowise 1.8.3
2024-06-26 14:01:26 +01:00
Saurav Maheshkar
e2ae524edd
chore: move configurations to package.json ( #2613 )
...
feat: refactor to have minimal config files
2024-06-21 22:13:13 +01:00
Henry Heng
72e5287343
Feature/Add tool choices to openai assistant ( #2682 )
...
add tool choices to openai
2024-06-19 22:41:53 +01:00
Henry Heng
5ba468b4cc
🥳 flowise@1.8.2 release ( #2625 )
2024-06-11 22:39:59 +01:00
Henry
1d9927027d
🥳 flowise@1.8.1 minor bugfix release
2024-06-01 00:09:38 +01:00
Henry
9d10dc4856
🥳 flowise@1.8.0 release
2024-05-21 16:50:29 +01:00
Henry
1ee6f1f88a
🥳 flowise@1.7.2 minor bugfix release
2024-05-09 14:30:23 +01:00
Henry
d34cef2dc7
🥳 flowise@1.7.1 release
2024-05-06 18:05:36 +01:00
Henry
723837b30f
🥳 flowise@1.6.6 release
2024-04-25 21:28:48 +01:00
Henry Heng
7360d1d9a6
Feature/OpenAI Assistant V2 ( #2258 )
...
* add gpt4 turbo to assistant
* OpenAI Assistant V2
* update langfuse handler
2024-04-25 20:14:04 +01:00
Quinn
4c2ba109fd
Update unstructured document loaders ( #2213 )
...
* Update UnstructuredFile with missing values. Removed deprecated values.
* Update UnstructuredFolder with missing values. Removed deprecated values.
* Added suport for sourceIdKey to unstructured loaders
* Update unstructured hi_res model names
* Update S3File document loader with latest unstructured and model changes
* Update credential method for S3File document loader
* moved pnpm req to engines to avoid minor version changes
* Change unstructured skipInferTableTypes parse to JSON
* Update unstructured with new params. Also fixed list order, missing values, and support for null on multiOptions.
2024-04-21 19:42:28 +01:00
Henry Heng
95beaba9d9
Chore/Update langchain version, openai, mistral, vertex, anthropic ( #2180 )
...
* update langchain version, openai, mistral, vertex, anthropic, introduced toolagent
* upgrade @google/generative-ai 0.7.0, replicate and faiss-node
* update cohere ver
* adding chatCohere to streaming
* update gemini to have image upload
* update google genai, remove aiplugin
2024-04-20 02:20:30 +01:00
Ilango
f4c7887e50
Feature: define a custom error message for allowed domains ( #2194 )
...
* Add a field for custom error message in allowed domains configuration
* enhance UI for more consistency
* update pnpm version
* update pnpm version
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2024-04-19 03:13:28 +01:00
Henry Heng
d1c8f7eb96
Bugfix/Supabase Upserting ( #2210 )
...
* fix supabase upserting error
* fix supabase upserting error
* update pnpm to 9.0.3
2024-04-19 00:52:28 +01:00
Octavian FlowiseAI
713077381b
Fix pnpm version for CI ( #2204 )
...
Update pnpm gh action to 9.0.2
2024-04-18 03:22:53 +02:00
Henry
b34094035d
🥳 flowise@1.6.5 minor release
2024-04-13 01:04:13 +01:00
Henry
d96459d87b
🥳 flowise@1.6.4 minor release
2024-04-09 16:38:45 +01:00
Henry
eed7de6df5
🥳 flowise@1.6.3 release
2024-04-04 15:16:44 +01:00
Henry
57efa25fe5
🥳 flowise@1.6.2 release
2024-03-20 01:17:50 +08:00
Ilango
f98509226d
Fix faiss-node not building when using pnpm
2024-03-13 15:14:19 +05:30
Henry
56b610cfa2
🥳 flowise@1.6.1
2024-03-13 01:51:11 +08:00
Ilango
de2ac1d13c
Update nuke command - remove .turbo dir
2024-03-07 11:18:45 +05:30
Ilango
6331a351c6
Fix build issues
2024-03-06 16:31:02 +05:30
Ilango
e3b5309855
Fix merge conflicts
2024-03-06 16:03:12 +05:30
Henry
c4b9de2ddc
🥳 flowise@1.6.0
2024-02-28 02:29:47 +08:00
Henry
b12d0d6996
🥳 flowise@1.5.1 release
2024-02-21 12:09:49 +08:00