Commit Graph

253 Commits

Author SHA1 Message Date
Henry 5a45a99620 Merge branch 'main' into chore/Upgrade-LC-version 2024-02-19 17:39:32 +08:00
Ilango 4e8bf4903d Merge pull request #1687 from 0xi4o/bug/scrap-limit
Fix: relative links method and limit not applying to manage links
2024-02-12 12:35:40 +05:30
Ilango 5471a4c9aa Show error when relative links method is not set and allow 0 as limit value 2024-02-12 12:01:19 +05:30
Henry caf54bf31b add document json output 2024-02-09 16:07:34 +08:00
vinodkiran 08c07802f5 Fix for Tool Opening. 2024-02-07 07:08:55 -05:00
Henry 73112ad122 Merge branch 'main' into chore/Upgrade-LC-version
# Conflicts:
#	packages/components/package.json
2024-02-07 02:01:32 +08:00
vinodkiran f14039736d Marketplace : removing icon column 2024-02-06 11:29:50 -05:00
Ilango 7486d33237 Fix issue with relativeLinksMethod and limit not applying to manage links 2024-02-06 10:36:27 +05:30
vinodkiran 842d70bf0d Marketplace: Adding filters and a collapsible panel show/hide 2024-02-05 18:09:46 -05:00
vinodkiran 8990b78e10 Marketplace : Added categories to chatflows 2024-02-05 15:09:44 -05:00
vinodkiran 5543ef3de4 Marketplace: Revamped UI 2024-02-04 14:29:43 -05:00
Henry b636b4384c Merge branch 'main' into feature/LlamaIndex
# Conflicts:
#	packages/server/src/index.ts
2024-01-27 23:22:05 +00:00
Henry 0606d2c6dd upgrade langchain version 0.1.0 2024-01-26 23:41:55 +00:00
Henry 8189f945cc Merge branch 'main' into feature/LlamaIndex
# Conflicts:
#	packages/components/nodes/agents/ConversationalAgent/ConversationalAgent.ts
#	packages/components/nodes/agents/ConversationalRetrievalAgent/ConversationalRetrievalAgent.ts
#	packages/components/nodes/agents/OpenAIAssistant/OpenAIAssistant.ts
#	packages/components/nodes/agents/OpenAIFunctionAgent/OpenAIFunctionAgent.ts
#	packages/components/nodes/chains/ConversationChain/ConversationChain.ts
#	packages/components/nodes/chains/ConversationalRetrievalQAChain/ConversationalRetrievalQAChain.ts
#	packages/components/nodes/memory/BufferMemory/BufferMemory.ts
#	packages/components/nodes/memory/BufferWindowMemory/BufferWindowMemory.ts
#	packages/components/nodes/memory/ConversationSummaryMemory/ConversationSummaryMemory.ts
#	packages/components/nodes/memory/DynamoDb/DynamoDb.ts
#	packages/components/nodes/memory/MongoDBMemory/MongoDBMemory.ts
#	packages/components/nodes/memory/MotorheadMemory/MotorheadMemory.ts
#	packages/components/nodes/memory/RedisBackedChatMemory/RedisBackedChatMemory.ts
#	packages/components/nodes/memory/UpstashRedisBackedChatMemory/UpstashRedisBackedChatMemory.ts
#	packages/components/nodes/memory/ZepMemory/ZepMemory.ts
#	packages/components/src/utils.ts
#	packages/server/marketplaces/chatflows/Long Term Memory.json
#	packages/server/src/index.ts
#	packages/server/src/utils/index.ts
2024-01-24 03:00:31 +00:00
Ilango 6395b121b4 Update input url if user changed the url in manage links dialog 2024-01-23 16:59:05 +05:30
Ilango 62ec17d684 Update manage links button variant 2024-01-22 08:19:41 +05:30
Ilango 76cb8794bf Update where loader is rendered in manage links dialog 2024-01-22 08:19:20 +05:30
Ilango 43fa1166df Add interface for fetching links from server 2024-01-19 12:34:22 +05:30
Ilango 9637c12297 Show a dialog to fetch and manage links in web scraper nodes 2024-01-19 12:33:54 +05:30
Ilango 1b8813a8b9 Show a manage links button for web scraper nodes - cheerio, puppeteer, playwright 2024-01-19 12:32:58 +05:30
Ilango 74602484b2 Fix sticky note in marketplace chatflows 2024-01-16 14:25:18 +05:30
Henry f66c03ab0a change agent/chain with memory to use runnable 2024-01-16 11:12:17 +05:30
Ilango e104af4346 Fix placeholder color for sticky note node 2024-01-12 17:09:36 +05:30
Ilango 38fce1d066 Fix sticky note text color in dark mode 2024-01-12 16:50:47 +05:30
Ilango 2742a26c6a Fix console error and remove console.log statements 2024-01-12 14:08:55 +05:30
Ilango 951fda75c8 Update node input component 2024-01-12 13:44:24 +05:30
Ilango 1544f61407 Refactor CanvasNode to use the new sticky node 2024-01-12 13:41:58 +05:30
Ilango 42f80fade2 Add new node type for canvas - sticky note 2024-01-12 13:34:52 +05:30
Ilango d70c097341 Add a sticky note node under tools 2024-01-11 14:37:10 +05:30
Henry 8cb9393862 add fix for passing json variable 2024-01-05 02:46:36 +00:00
Henry Heng 6921967e9d Merge pull request #1422 from FlowiseAI/feature/env-vars
Feature/Env Variables
2023-12-27 21:44:17 +00:00
Henry 5a76076ce4 ability to use flow.input within custom tool 2023-12-26 16:00:46 +00:00
Henry 6306904cfc add missing methods, abstract classes 2023-12-26 15:54:50 +00:00
Henry 3126442e67 update variables option 2023-12-22 16:53:20 +00:00
vinodkiran fd90fef94c Bugfix: Unncessary load of Prompts on chatflow open. This fix loads them on dialog open. 2023-12-22 14:50:10 +05:30
Henry f0cdf48d54 update ui changes 2023-12-21 17:28:25 +00:00
Henry be31a4f669 Merge branch 'main' into feature/env-vars 2023-12-20 01:39:45 +00:00
Henry Heng c636a9c914 Merge pull request #1407 from abhishekshankr/UI/Custom-Icons
UI/Custom Icons for Nodes
2023-12-19 23:35:37 +00:00
abhishekshankr 0842937e16 Updated Langfuse and LLMonitor logos 2023-12-19 17:52:22 -05:00
Henry 0e8f3ea572 add if else node and logic 2023-12-19 17:48:45 +00:00
Henry e8af8b007a add marketplace template 2023-12-17 18:58:37 +00:00
Henry 911b4fe7fb add new utilties - customfunction, setter/getter, replace code editor 2023-12-15 17:15:00 +00:00
vinodkiran 333c834698 Merge branch 'main' into FEATURE/env-vars 2023-12-13 22:10:49 +05:30
Henry ebe24da14d Merge branch 'main' into feature/conversation-starters 2023-12-12 22:34:42 +00:00
vinodkiran 790c7eabeb Environment Variables: Validations and minor fixes 2023-12-12 16:20:32 +05:30
vinodkiran c2e97b54ac Environment Variables: Validations and minor fixes 2023-12-12 16:19:52 +05:30
vinodkiran bfa870e56b Environment Variables: injection of variables ($env) into the custom tool and addition of ($flow) object 2023-12-12 12:19:35 +05:30
vinodkiran 1d1bd4f556 Environment Variables: Dashboard along with CRUD Operations on variables. 2023-12-10 22:38:18 +05:30
Henry 9a5d5720f9 get rid of credential for langchain hub 2023-12-09 13:49:53 +00:00
Henry Heng 765e914d4c Merge pull request #1319 from vinodkiran/FEATURE/lshub-prompt
Feature/Prompt Fetch from Langsmith Hub
2023-12-06 17:55:08 +00:00