Commit Graph

113 Commits (flowise@1.2.6)

Author SHA1 Message Date
Henry Heng 0d23998c1b
Merge pull request #115 from FlowiseAI/feature/BaseLanguageModel
Feature/Add BaseLanguageModel
2023-05-17 16:15:42 +01:00
Henry fef3d11cb6 update imports 2023-05-17 15:31:40 +01:00
Henry Heng 50cf9b833c
Merge pull request #92 from FlowiseAI/feature/Azure
Feature/azure
2023-05-17 14:48:35 +01:00
Henry d44ab269e6 add baselanguagemodel 2023-05-17 14:43:15 +01:00
Ong Chung Yau 89c1de34f8
Merge pull request #114 from FlowiseAI/feature/Zapier 2023-05-16 23:01:17 +07:00
chungyau97 2719c886cf add Zapier NLP 2023-05-16 21:44:39 +07:00
chungyau97 3e4278e4fe init 2023-05-16 16:29:10 +07:00
Henry daf7fd3a50 Merge branch 'main' into bugfix/MultipleDocuments
# Conflicts:
#	packages/components/src/utils.ts
2023-05-16 00:57:15 +01:00
Henry 324bd3a430 add fixes to multiple documents 2023-05-15 20:06:22 +01:00
chungyau97 775d6a8c6b yarn lint-fix 2023-05-15 22:54:29 +07:00
chungyau97 77d405e755 add web scrap for relative links 2023-05-15 22:44:48 +07:00
chungyau97 7460dd3a72 replace regex with linkifyjs 2023-05-15 11:43:04 +07:00
Henry 1fd0eddf23 add memory to convo agent 2023-05-14 23:33:22 +01:00
Henry Heng 6a8e84ed89
Merge pull request #97 from FlowiseAI/feature/ChatAnthropic
Feature/100K-Anthropic-Model
2023-05-13 00:13:24 +01:00
Henry 80f58d8542 add more models 2023-05-13 00:04:29 +01:00
chungyau97 8805cd8e8f remove unsupported params in AzureChatOpenAI & AzureOpenAI 2023-05-12 21:02:13 +07:00
chungyau97 e55e1d4eaf remove unsupported params in AzureOpenAIEmbedding 2023-05-12 20:54:32 +07:00
chungyau97 698aaa5c3b Chat Completions only support 2023-03-15-preview 2023-05-12 20:47:28 +07:00
chungyau97 c596feb09a modify input parameters 2023-05-12 20:26:09 +07:00
Henry ab875cc1b3 add metadata filter 2023-05-12 13:57:38 +01:00
chungyau97 5c49a58985 modify modelName options in AzureChatOpenAI 2023-05-12 18:31:53 +07:00
chungyau97 abeacdf906 modify modelName options in AzureOpenAI 2023-05-12 18:29:01 +07:00
chungyau97 cae4fb4e09 remove modelName in AzureOpenAIEmbedding 2023-05-12 17:54:09 +07:00
chungyau97 740a6124a0 fix RetrievalQAChain typo 2023-05-12 08:58:32 +07:00
chungyau97 b0e9387087 add modelName selection into Azure 2023-05-12 08:43:00 +07:00
chungyau97 bb3e6e3bf8 Merge branch 'feature/AzureChatOpenAI' into feature/Azure 2023-05-12 08:12:52 +07:00
chungyau97 f506c07233 Merge branch 'feature/AzureOpenAIEmbeddings' into feature/Azure 2023-05-12 08:12:34 +07:00
chungyau97 58c1ee59b8 Merge branch 'feature/AzureOpenAI' into feature/Azure 2023-05-12 08:11:36 +07:00
Henry 5ed71a12c0 🥳 flowise-components@1.2.6 release 2023-05-11 09:57:42 +01:00
Henry fba6a33f30 add webbrowsertool 2023-05-11 01:36:17 +01:00
chungyau97 c9c53b5387 add Azure Open AI 2023-05-10 21:35:20 +07:00
chungyau97 908be47835 add Azure OpenAI Embedding 2023-05-10 21:00:36 +07:00
chungyau97 101cf2978c fix typo 2023-05-10 20:34:43 +07:00
chungyau97 e1667067be add OpenAIBaseInput interface 2023-05-10 20:30:44 +07:00
chungyau97 6ca0c364b9 fix typo 2023-05-10 19:55:56 +07:00
chungyau97 09db08aace add Azure Chat OpenAI 2023-05-10 19:54:29 +07:00
Henry Heng 24ceeb8671
Merge pull request #82 from FlowiseAI/upgrade/langchain
upgrade langchain version
2023-05-10 10:06:19 +01:00
chungyau97 f4b84b1a21 upgrade langchain version 2023-05-10 10:33:11 +07:00
Henry fc7fbd6c33 add cohere 2023-05-10 02:08:42 +01:00
Henry f0097c7f57 Merge branch 'main' of https://github.com/FlowiseAI/Flowise 2023-05-09 00:49:37 +01:00
Henry 41ff5a5af9 🥳 flowise-components@1.2.5 release 2023-05-09 00:48:59 +01:00
Ong Chung Yau 6001ed6ecf
Merge pull request #64 from FlowiseAI/feature/MarkdownTextSplitter
add markdown text splitter
2023-05-08 19:29:19 +07:00
Ong Chung Yau 5e25d419a4
Merge pull request #65 from FlowiseAI/feature/CharacterTextSplitter
add character text splitter
2023-05-08 19:29:09 +07:00
Ong Chung Yau c0cf8f3309
Merge pull request #66 from FlowiseAI/bugfix/RecursiveCharacterTextSplitter
fix typo in description of recursive character text splitter
2023-05-08 19:28:59 +07:00
chungyau97 61a0cee551 add token text splitter 2023-05-06 11:46:50 +07:00
chungyau97 3db4639d4e fix typo in description of recursive character text splitter 2023-05-06 10:58:27 +07:00
chungyau97 f75d6d3791 add character text splitter 2023-05-06 10:46:37 +07:00
chungyau97 9682f62b2c add markdown text splitter 2023-05-06 09:54:35 +07:00
Henry 8d3a374257 add api config 2023-05-04 18:44:51 +01:00
Henry 57b8620b93 add indexName to Pinecone 2023-05-02 09:38:14 +01:00