Commit Graph

267 Commits

Author SHA1 Message Date
Henry 45a42c4404 🥳 flowise-ui@1.4.6 minor release 2023-12-30 23:39:53 +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 a2d4a3b8d0 Merge branch 'main' into feature/env-vars 2023-12-21 13:38:22 +00:00
Henry c6a82156c1 🥳 flowise-ui@1.4.5 release 2023-12-20 16:51:46 +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 a1fb5b8ef6 🥳 flowise-ui@1.4.4 release 2023-12-18 12:26:09 +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 c26e37a923 🥳 flowise-ui@1.4.3 release 2023-12-09 14:44:01 +00:00
Henry 9a5d5720f9 get rid of credential for langchain hub 2023-12-09 13:49:53 +00:00
Henry 1e5a37ad0f 🥳 flowise-ui@1.4.2 release 2023-12-08 14:16:04 +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
Henry 275540d183 add default limit to 100 2023-12-06 17:39:18 +00:00
vinodkiran 8122377bbb LS Prompt Hub: Minor fixes 2023-12-06 12:53:43 +05:30
Henry d397adb47a avoid button showing up for other systemprompt like conversation chain 2023-12-06 00:30:51 +00:00
Henry 8bdac386a5 Merge branch 'main' into feature/lshub-prompt 2023-12-06 00:12:35 +00:00
takuabonn 59308665c2 remove_props 2023-12-06 07:32:45 +09:00
Henry 264a571abf update UI 2023-12-05 03:01:13 +00:00
takuabonn d3877e76d4 bugfix_console_warning 2023-12-05 09:16:40 +09:00
Henry Heng 1867f9be02 Merge pull request #1326 from automaton82/bugfix/MultipleChatflowListDeleteConfirmDialog
Fixing #1324 by lifting ConfirmDialog up.
2023-12-04 20:25:19 +00:00
automaton82 f60360f3b9 Fixing #1324 by lifting ConfirmDialog up. 2023-12-01 21:07:43 -05:00
automaton82 7df2e3fe6d Fix for issue#1323 - delete duplicate chatflow 2023-12-01 20:23:29 -05:00
vinodkiran acac9ee68d Merge branch 'main' into FEATURE/lshub-prompt
# Conflicts:
#	packages/server/src/index.ts
2023-12-01 10:36:11 +05:30
vinodkiran 619e4c45e1 Merge branch 'main' into FEATURE/lshub-prompt 2023-12-01 10:31:29 +05:30
Henry 674b8996f0 add back accidentally removed about dialog 2023-11-30 16:57:34 +00:00
Henry 77dc7520d7 update wording 2023-11-29 16:17:54 +00:00
Henry 8df93fa789 update chat message layout and fix when first start prompt clicked but not sent 2023-11-29 16:05:59 +00:00
Henry b62a506edb fix where prompt deleted index is not passed correctly 2023-11-29 15:04:24 +00:00
vinodkiran e7583c3036 LS Prompt hub: right side details display changes 2023-11-29 20:16:32 +05:30
Henry 0ee47c2ccf remove import/export database 2023-11-28 16:58:16 +00:00
vinodkiran 549a68d118 Bugfix: UI Fix - left align long chat flow names for consistency. 2023-11-28 20:58:39 +05:30
vinodkiran 0693a8b4ca LS Prompt Hub: Prompt Display and sending back selected prompt to the prompt node 2023-11-28 19:27:39 +05:30
vinodkiran 8897dd9c5f LS Prompt Hub: Moving calls to server side and adding functionality to show the detailed prompt 2023-11-27 22:42:04 +05:30
vinodkiran 4a3e1784d8 LS Prompt Hub: Initial Commit 2023-11-27 06:06:18 +05:30
Henry aad9111204 🥳 flowise-ui@1.4.1 release 2023-11-24 17:08:41 +00:00
Henry 0d7b916b86 update models for openai function 2023-11-24 11:55:56 +00:00