Commit Graph

179 Commits

Author SHA1 Message Date
vinodkiran 97247713ef UX Changes: Fixed 2 edge cases, (1) UI-tag not added, when the user clicks the submit without hitting enter and (2) server side error when the update/rename is attempted before any flow is opened 2023-11-17 11:24:55 +05:30
vinodkiran a7b34848cd UX Changes: Ability to set category (tags) to each chatflow; corresponding changes to table display and table search 2023-11-16 08:29:06 +05:30
Henry b995796938 add openai assistant tools and documents fix 2023-11-10 15:41:59 +00:00
Henry b7cd38c83d fix when directory is not created 2023-11-09 16:12:26 +00:00
Henry 4d2ef9b7ec update marketplace 2023-11-09 12:45:58 +00:00
Henry b607c1228f add upload files and tool features 2023-11-09 11:55:30 +00:00
Henry 0f293e5a59 add openai assistant 2023-11-07 20:45:25 +00:00
Henry b44c203807 Merge branch 'main' into feature/output-parsers
# Conflicts:
#	packages/ui/src/views/chatmessage/ChatMessage.js
2023-11-03 13:10:06 +00:00
Henry 4f6cab47f8 code cleanup 2023-11-03 01:33:08 +00:00
Henry 5ff720d66c remove console log 2023-10-31 14:11:11 +00:00
Henry f57a08f59b disabled ouput parser streaming 2023-10-31 14:07:29 +00:00
Henry 8857530f29 return JSON output in the chat 2023-10-29 10:27:04 +00:00
Henry ac888844cf Merge branch 'main' into feature/ChatHistory2 2023-10-24 14:34:37 +01:00
Henry 2f0b4e18f4 update fix when no chatflow apikey is set 2023-10-23 15:52:28 +01:00
Henry f8130fdff9 fix Chatflow API Authentication 2023-10-23 15:46:27 +01:00
Henry ea1f3f6789 add fix for backed chat message 2023-10-17 16:24:21 +01:00
Henry e5720f0860 Merge branch 'main' into feature/ChatHistory2 2023-10-16 13:30:03 +01:00
Henry f42a2d3387 add in-mem llm cache 2023-10-11 19:54:10 +01:00
Henry cf9e3499a7 add ollama 2023-10-11 12:24:06 +01:00
Henry Heng 77899b956e Update index.ts 2023-10-08 12:00:44 +01:00
Henry Heng dbd655580d Add fix where flow is not restarted when cache is used 2023-10-07 19:17:33 +01:00
chungyau97 e22e797428 Merge branch 'main' into feature/ChatHistory2 2023-10-02 14:25:33 +08:00
Henry ce9b9ad8ca add env variable to start.ts 2023-09-21 21:54:03 +01:00
chungyau97 51f9f0be04 modify delete chat message method 2023-09-19 21:39:37 +08:00
chungyau97 922ba896ec Merge branch 'main' into feature/ChatHistory2 2023-09-19 14:08:04 +08:00
chungyau97 f7178074ad add retrieve internal chat message 2023-09-19 14:07:33 +08:00
Henry 9031057425 add FLOWISE_SECRETKEY_OVERWRITE 2023-09-18 16:45:00 +01:00
chungyau97 d6cf5fed42 add chatId column 2023-09-18 21:45:51 +08:00
chungyau97 7b54f17a58 modify addChatMessage 2023-09-15 21:25:28 +08:00
chungyau97 bc7d95cf9d add migration query for chat history 2023-09-14 14:50:56 +08:00
Henry Heng 3d35536de5 Merge pull request #908 from FlowiseAI/feature/Analytic
Feature/Add analytic
2023-09-13 08:46:24 +01:00
chungyau97 b3e4e35309 Add instruction to setup Rate Limit 2023-09-13 10:59:05 +08:00
Henry d19f72db6f add analytic 2023-09-11 23:44:20 +01:00
chungyau97 c4243d6bd1 add hosting proxy configuration 2023-09-09 23:26:08 +08:00
chungyau97 c4c007b164 add migration queries for rate limit 2023-09-09 23:25:28 +08:00
chungyau97 209b4a6864 Merge branch 'main' into feature/RateLimit 2023-09-09 22:42:49 +08:00
chungyau97 2574b02dd7 add mysql modify tool 2023-09-06 20:03:06 +08:00
chungyau97 b9bdf8435c add mysql modify credential 2023-09-06 19:56:18 +08:00
chungyau97 1d4761dc2c add mysql modify chat_message 2023-09-06 19:20:15 +08:00
chungyau97 fa1060f9eb add mysql modify chat_flow 2023-09-06 19:15:53 +08:00
chungyau97 0d6d15ecf4 add postgres modify tool 2023-09-06 18:55:35 +08:00
chungyau97 d92ca34b00 add postgres modify credential 2023-09-06 18:48:18 +08:00
chungyau97 5facb8fba8 add postgres modify chatmessage 2023-09-06 18:43:52 +08:00
chungyau97 6f1f5ef06b add postgres modify chatflow 2023-09-06 18:37:30 +08:00
chungyau97 aa1122641c add sqlite modify tool 2023-09-05 22:41:28 +08:00
chungyau97 1c1b057512 add sqlite modify credential 2023-09-05 22:27:17 +08:00
chungyau97 a7fa3f48e2 add chat_message index 2023-09-05 22:18:28 +08:00
chungyau97 22984618ca add sqlite modify chatmessage 2023-09-05 22:02:51 +08:00
chungyau97 427ec32dc6 add sqlite modify chatflow 2023-09-05 21:50:00 +08:00
chungyau97 0e891bfb3a preserve previous user data 2023-09-05 16:13:04 +08:00