Commit Graph

3227 Commits

Author SHA1 Message Date
Henry aa2308d1aa add marketplace template 2023-04-22 15:51:42 +01:00
Henry 4c576db1eb add autogpt, readfile and writefile tools 2023-04-22 15:06:13 +01:00
Henry 237eca2fd0 🥳 flowise@1.2.1 release 2023-04-21 00:16:46 +01:00
Henry 607fc377ae 🥳 flowise-ui@1.2.0 release 2023-04-21 00:15:41 +01:00
Henry e27cd1fb4f 🥳 flowise-components@1.2.1 release 2023-04-21 00:14:50 +01:00
Henry Heng 37b3d0bd8f
Merge pull request #2 from FlowiseAI/feature/BabyAGI
Feature/Add BabyAGI node
2023-04-20 23:45:02 +01:00
Henry 4ce8e55316 update marketplace templates 2023-04-20 23:32:49 +01:00
Henry bf0c10d0bc remove unused types uuid 2023-04-20 23:14:41 +01:00
Henry b06d220ceb add babyagi template 2023-04-20 23:02:55 +01:00
Henry 180fe8a49a Merge branch 'main' into feature/BabyAGI 2023-04-20 22:14:10 +01:00
Henry Heng 33cc2afdd3
Merge pull request #26 from FlowiseAI/feature/VectorStore
Feature/VectorStore
2023-04-20 22:13:43 +01:00
Henry c0ca2757e8 add examples and minZoom 2023-04-20 20:57:17 +01:00
Henry 60bcaa6f59 change dev and run permissions 2023-04-20 19:26:57 +01:00
Henry 6439048471 Merge branch 'main' into feature/VectorStore
# Conflicts:
#	packages/components/nodes/agents/MRKLAgentChat/MRKLAgentChat.ts
2023-04-20 19:21:51 +01:00
Henry Heng 8c4db06ce3
Merge pull request #24 from FlowiseAI/feature/Prompt-Chaining
Feature/Prompt chaining
2023-04-20 19:20:01 +01:00
Henry 33609f8538 Merge branch 'main' into feature/Prompt-Chaining 2023-04-20 19:12:16 +01:00
Henry 69e3832b84 Merge branch 'main' of https://github.com/FlowiseAI/Flowise 2023-04-20 19:10:00 +01:00
Henry 3428f6a893 add maxScroll to chatmessage 2023-04-20 19:09:47 +01:00
Ong Chung Yau f99abf0109
Merge pull request #25 from FlowiseAI/feature/API
Feature/Add API dialog
2023-04-21 00:59:05 +07:00
Henry c8ef3c0966 update dev and run permissions 2023-04-20 17:23:00 +01:00
Henry d5b6511974 add api dialog 2023-04-20 14:49:43 +01:00
Henry 3affa6c01f fix MRLKAgentChat Tool import error 2023-04-20 10:53:44 +01:00
Henry 503386c074 add vector stores 2023-04-20 10:11:55 +01:00
Henry 27e026d943 add baseClasses for outputs 2023-04-20 00:46:33 +01:00
Henry df7a3995cd add chatpools data 2023-04-19 23:31:41 +01:00
Henry 94e71b22e2 Merge branch 'main' into feature/Prompt-Chaining 2023-04-19 22:28:44 +01:00
Henry d9cbaf8a28 remove unwanted console.log 2023-04-19 22:24:18 +01:00
Henry d189ff6be8 yarn lint fix 2023-04-19 22:22:14 +01:00
Henry a039bd1d7c add babyagi 2023-04-19 22:16:20 +01:00
Ong Chung Yau 64fea82bea
Merge pull request #1 from FlowiseAI/feature/ChatGPT-Plugin
Feature/Add tools for ChatGPT plugins
2023-04-19 22:35:12 +07:00
Henry 5b1c968f8d Merge branch 'main' into feature/BabyAGI
# Conflicts:
#	packages/components/package.json
2023-04-19 15:02:58 +01:00
Henry 557f50e52d add yarn build-force 2023-04-19 14:55:32 +01:00
Henry aad473d946 add chatgpt plugin 2023-04-19 14:48:31 +01:00
Henry 2a04c8baea Merge branch 'main' into feature/ChatGPT-Plugin 2023-04-19 10:29:00 +01:00
Henry Heng ddaf9f65b4
Merge pull request #22 from FlowiseAI/feature/SQLDatabaseChain
Feature/SQLDatabaseChain
2023-04-19 00:41:17 +01:00
Henry 17207e01db add format prompt values to prompt template 2023-04-18 23:27:05 +01:00
Henry cd8a5b96eb fix chain value bug 2023-04-18 13:16:39 +01:00
Henry a6a0974a6e Merge branch 'main' into feature/Chain-Prompt 2023-04-18 10:14:00 +01:00
Henry e1624d11d5 add sqldbchain and example 2023-04-18 00:36:18 +01:00
Henry Heng f938ee7b4b
Fix yarn lint 2023-04-18 00:03:45 +01:00
Henry 5bd7c62cb3 Merge branch 'main' of https://github.com/FlowiseAI/Flowise 2023-04-17 22:12:32 +01:00
Henry eb3897b042 add fix to chat message scroll 2023-04-17 22:12:12 +01:00
Henry Heng 07a1d14134
Merge pull request #20 from mileszim/feat/cohere-embeddings
feat(components): cohere.ai embeddings node
2023-04-17 21:50:50 +01:00
Henry Heng 4a9d91dd34
Update langchain version to ^0.0.53 2023-04-17 20:50:57 +01:00
Henry 180990b025 clear connected input if node/edge is removed 2023-04-17 20:33:32 +01:00
Henry ed81dc228f add aiplugintools 2023-04-17 20:26:57 +01:00
Henry Heng 4cf0f0d92d
Merge pull request #21 from FlowiseAI/feature/CheerioLoader
add cheerio web scraper
2023-04-17 16:08:32 +01:00
chungyau97 b28546c2ac add cheerio web scraper 2023-04-17 21:53:47 +07:00
Henry 7631f651ab Merge branch 'main' into feature/ChatGPT-Plugin
# Conflicts:
#	packages/components/nodes/tools/RequestsGet/RequestsGet.ts
#	packages/components/nodes/tools/RequestsPost/RequestsPost.ts
#	packages/components/package.json
2023-04-17 01:52:45 +01:00
Henry 4b9c39cf54 Add feature to be able to chain prompt values 2023-04-16 23:17:08 +01:00