Commit Graph

224 Commits

Author SHA1 Message Date
Henry Heng 2767cf0d1e Merge pull request #1399 from FlowiseAI/feature/MistralAI
Feature/Add Mistral
2023-12-17 19:51:49 +00:00
Henry e8af8b007a add marketplace template 2023-12-17 18:58:37 +00:00
Henry 05db533396 add mistral 2023-12-15 18:59:11 +00:00
Henry 911b4fe7fb add new utilties - customfunction, setter/getter, replace code editor 2023-12-15 17:15:00 +00:00
Henry 2110e1146b add a public endpoint to retrieve chatbotconfig 2023-12-12 23:14:52 +00:00
Henry 8e1ef2d533 fix sanitized &amp 2023-12-12 12:44:42 +00:00
Henry f51c1d5b7a check for array query parameter 2023-12-11 20:35:30 +00:00
Henry Heng 3eaca7c762 Merge pull request #1327 from vinodkiran/BUGFIX/XSS
Bugfix/xss
2023-12-09 14:22:46 +00:00
Henry c06c25b0af add sanitize html types 2023-12-09 14:12:30 +00:00
Henry 9a5d5720f9 get rid of credential for langchain hub 2023-12-09 13:49:53 +00:00
Henry d2d21c45fe fix upser vector API 2023-12-08 18:51:40 +00:00
vinodkiran 99bc9d64fb XSS: replacing deprecated sanitize-js with sanitize-html 2023-12-08 18:50:58 +05:30
Henry Heng 2373ed0d76 Merge pull request #1345 from FlowiseAI/feature/ManualAnalytics
Feature/Add custom analytics
2023-12-08 12:19:33 +00:00
Henry 7578183ac2 add custom analytics 2023-12-07 18:46:03 +00:00
vinodkiran 6e2d6cbac4 Merge branch 'main' into BUGFIX/XSS
# Conflicts:
#	packages/server/src/index.ts
2023-12-07 16:07:58 +05:30
vinodkiran e67c43157a XSS: Simplified by adding XSS middleware 2023-12-07 16:06:32 +05:30
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 8bdac386a5 Merge branch 'main' into feature/lshub-prompt 2023-12-06 00:12:35 +00:00
vinodkiran 14c506adb3 XSS Fixes 2023-12-02 11:10:37 +05:30
Henry 86b236182b added fix to restart flow when prompt is question prefix 2023-12-01 15:35:00 +00: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 51cb61f60a LS Prompt hub: adding credentials to the filtering logic 2023-12-01 10:30:56 +05:30
Henry 4b5f7028e3 fix chat history 2023-11-30 16:01:16 +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
Henry Heng 20f2da1743 Merge pull request #1271 from avin-kavish/seperate-api-key-util
Refactor: Move api key utilities to separate file
2023-11-28 16:41:47 +00:00
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
Henry 12c688aae0 update langchain version 2023-11-24 14:29:50 +00:00
Henry Heng e93ce07851 Merge pull request #1243 from FlowiseAI/feature/VectorStoreRevamp
Feature/add vector upsert ability
2023-11-23 17:08:51 +00:00
Avin 292b90ccb1 refactor: move api key utilities to seperate file 2023-11-23 15:14:01 +05:30
Henry Heng 0b93b337fd Merge pull request #1260 from vinodkiran/FEATURE/keys-credentials
UX Changes to the API Keys Screens
2023-11-23 01:36:25 +00:00
Henry 3638485d1b Merge branch 'main' into feature/VectorStoreRevamp 2023-11-22 19:49:55 +00:00
Henry Heng 98eddee2a2 Merge pull request #1259 from FlowiseAI/feature/VectaraChain
Feature/Add vectara chain
2023-11-21 14:44:43 +00:00
vinodkiran c716c1972a API Key: UX Fixes and adjustments post the dashboard updates 2023-11-21 18:40:20 +05:30
vinodkiran b1f5f52567 Merge branch 'main' into FEATURE/keys-credentials
# Conflicts:
#	packages/ui/src/views/apikey/index.js
2023-11-21 17:22:52 +05:30
Henry Heng d4e68f2a79 Merge pull request #1231 from vinodkiran/FEATURE/UI-Updates
Feature/UI updates - Reorganizing Chatflow Dashboard
2023-11-21 11:02:41 +00:00
Henry 40a63008ec add vectara chain 2023-11-20 19:34:30 +00:00
Henry 9a3be5f4bf fix sessionid undefined 2023-11-20 14:38:33 +00:00
Henry de7f343f90 Merge branch 'main' into FEATURE/UI-Updates
# Conflicts:
#	packages/server/src/database/migrations/mysql/index.ts
#	packages/server/src/database/migrations/postgres/index.ts
#	packages/server/src/database/migrations/sqlite/index.ts
2023-11-20 12:18:23 +00:00
vinodkiran a4a1e7d562 API Key: Changes to API Key Dashboard to show usage details (chatflows) 2023-11-20 13:03:28 +05:30
Henry c7add45647 add file annotations, sync and delete assistant 2023-11-20 00:55:58 +00:00
vinodkiran 28f5d94c13 API Keys: Displaying the names of the chatflows associated with the keys and Warning the user before deletion. 2023-11-18 16:47:15 +05:30
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
Henry 44cadc1cc3 add vector upsert ability 2023-11-16 18:34:17 +00:00
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