Commit Graph

277 Commits

Author SHA1 Message Date
微笑 1a35bad434 feat: support basePath 2023-06-07 19:38:25 +08:00
Ong Chung Yau c261eb506c Merge pull request #259 from FlowiseAI/bugfix/UnexpectedTokenInJSONError
bugfix/UnexpectedTokenInJSONError
2023-06-07 14:40:38 +07:00
Henry Heng 1cf22c3155 Merge pull request #252 from yaredtsy/bugfix/undefined_nodeClass
[server] check `nodeModule.nodeClass` is not undefined before trying to intialize
2023-06-06 10:17:56 +01:00
Yared Tsegaye 96dc0f5386 fix: fixed undefined class initialization 2023-06-06 03:26:43 +03:00
chungyau97 f7dd021b38 remove console.log 2023-06-05 21:59:42 +07:00
chungyau97 ae3387ceda add returnJSONStr 2023-06-05 21:44:37 +07:00
Henry ab00214ec2 update api code dialog for embed chat 2023-06-05 12:47:55 +01:00
Henry d98854d85e add faiss 2023-06-05 11:02:22 +01:00
Henry 4063b3ab3b add embed code customization 2023-06-05 00:49:22 +01:00
Henry Heng 5af2c3ba7b Merge pull request #213 from FlowiseAI/feature/NotionDB
Feature/Add NotionDB
2023-05-31 22:50:58 +01:00
chungyau97 0adfa3ec90 modify description 2023-06-01 01:57:38 +07:00
Henry Heng 0e6e5476cc Revert "Feature/Add faiss" 2023-05-31 14:29:59 +01:00
Neeraj Bansal 791af9310e lint fix 2023-05-31 01:20:32 +05:30
Neeraj Bansal 2337905f20 removed ununsed comments 2023-05-30 23:22:23 +05:30
Neeraj Bansal ac75215218 added confluence document loader and html-to-text dependency 2023-05-30 23:12:45 +05:30
chungyau97 d5da8626b2 add bathSize into AzureOpenAIEmbedding 2023-05-29 22:00:01 +07:00
chungyau97 10c4f916de modify string to password 2023-05-29 21:29:24 +07:00
Henry 5a1c1397a3 add notionDB 2023-05-29 00:34:53 +01:00
Henry cc42702cd0 add faiss 2023-05-28 12:59:41 +01:00
Henry 0dbd9e1127 🥳 flowise@1.2.10 release 2023-05-27 21:00:55 +01:00
Henry d87808e811 🥳 flowise-ui@1.2.9 release 2023-05-27 21:00:28 +01:00
Henry d7abdf7187 🥳 flowise-components@1.2.11 release 2023-05-27 20:59:45 +01:00
Henry 0f0d887f78 change USERNAME and PASSWORD to FLOWISE_USERNAME and FLOWISE_PASSWORD to prevent conflict with machine env variables 2023-05-27 20:23:18 +01:00
Henry dc4fe13b12 🥳 flowise@1.2.8 release 2023-05-27 18:05:51 +01:00
Henry 8a50fee6b1 🥳 flowise-ui@1.2.7 release 2023-05-27 18:05:31 +01:00
Henry 90cba7e8f1 🥳 flowise-components@1.2.9 release 2023-05-27 18:04:48 +01:00
Henry Heng f158bee1ba Merge pull request #204 from FlowiseAI/feature/Authorization
Feature/Add authrorization to npx and docker installation
2023-05-27 17:38:30 +01:00
Henry 626e1b29f8 add authrorization to npx and docker installation 2023-05-27 14:32:41 +01:00
Henry Heng 57b8d19275 Merge pull request #203 from FlowiseAI/feature/ConversationChain
Bugfix/ConversationalChain output response
2023-05-27 13:39:44 +01:00
Henry Heng eee6b4d74b Merge pull request #194 from FlowiseAI/feature/OpenAPIToolkit
feature/OpenAPIToolkit
2023-05-27 13:28:31 +01:00
Henry 24af4f84ca fix conversational chain output response 2023-05-27 13:28:21 +01:00
chungyau97 b8bee40c1b fix wrong logo 2023-05-27 19:18:30 +07:00
Henry Heng aa76f8e0c8 Merge pull request #197 from FlowiseAI/feature/APIChain
Feature/GET and POST api chain
2023-05-27 12:55:20 +01:00
Henry 1e2d0bb6fe add marketplace 2023-05-27 12:34:35 +01:00
Henry 2283093f18 add get and post api chain 2023-05-27 01:40:50 +01:00
Henry 5f1e27aa16 🥳 flowise@1.2.7 release 2023-05-26 21:21:34 +01:00
Henry f220754918 🥳 flowise-ui@1.2.6 release 2023-05-26 21:21:05 +01:00
Henry 203d6b060f 🥳 flowise-components@1.2.8 release 2023-05-26 21:20:35 +01:00
chungyau97 bfa3716bef rename Api to API 2023-05-26 23:55:52 +07:00
chungyau97 3de09d5c0c add OpenAPI Toolkit 2023-05-26 23:51:03 +07:00
Henry Heng 8e9fd6fb91 Merge pull request #190 from vjsai/main
feature: changes to support ApiChain
2023-05-26 16:22:00 +01:00
Vijay Sai 55ed6819a2 integrated headers functionality 2023-05-26 19:13:52 +05:30
Henry a4727c11f0 add streaming handler to MultiChains 2023-05-26 12:35:31 +01:00
Vijay Sai 4a4c940dbd fixed all the linting issues 2023-05-26 16:07:50 +05:30
VJSai 06f933132b Update ApiChain.ts to remove OpenAI import 2023-05-26 13:46:33 +05:30
Vijay Sai e294d227bc feature: changes to support ApiChain 2023-05-26 13:40:06 +05:30
Ong Chung Yau 2968dccd83 Merge pull request #149 from FlowiseAI/feature/Streaming
Feature/Streaming
2023-05-26 09:01:40 +07:00
Ong Chung Yau 2e88b067d0 Merge pull request #159 from FlowiseAI/feature/BufferWindowMemory
feature/BufferWindowMemory
2023-05-26 09:01:27 +07:00
Ong Chung Yau a26114941c Merge pull request #168 from FlowiseAI/feautre/ConversationSummaryMemory
feautre/ConversationSummaryMemory
2023-05-26 09:01:15 +07:00
Henry Heng cd0cab3a83 Merge pull request #182 from FlowiseAI/bugfix/ChromaError
Bugfix/Update chroma and langchain version
2023-05-25 18:34:39 +01:00