Commit Graph

1457 Commits

Author SHA1 Message Date
vinodkiran 60800db347 Merge branch 'main' into FEATURE/Vision
# Conflicts:
#	packages/server/src/index.ts
#	packages/ui/src/views/chatmessage/ChatMessage.js
2023-12-15 13:26:49 +05:30
vinodkiran 826de70c6c MultiModal: addition of live recording... 2023-12-15 13:21:10 +05:30
vinodkiran c609c63f44 MultiModal: start integration of audio input (live recording) for MultiModal. 2023-12-13 22:10:00 +05:30
Henry Heng 6a17cdc315 Merge pull request #1278 from vinodkiran/FEATURE/conversation-starters
FEATURE/Starter Prompts: Ability to create a set of predefined prompts to initiate the chat dialogue
2023-12-13 13:16:01 +00:00
vinodkiran 1bd1fd5828 MultiModal: Minor adjustments to layout and categorization of node 2023-12-13 10:47:45 +05:30
Henry 2110e1146b add a public endpoint to retrieve chatbotconfig 2023-12-12 23:14:52 +00:00
Henry ebe24da14d Merge branch 'main' into feature/conversation-starters 2023-12-12 22:34:42 +00:00
Henry Heng 6dc7508968 Merge pull request #1372 from FlowiseAI/bugfix/XSS-array-query
Bugfix/Sanitized &amp
2023-12-12 16:46:35 +00:00
Henry 8e1ef2d533 fix sanitized &amp 2023-12-12 12:44:42 +00:00
Henry Heng dd5034e6a4 Merge pull request #1368 from FlowiseAI/bugfix/XSS-array-query
Bugfix/Check for array query parameter
2023-12-11 22:03:12 +00:00
Henry f51c1d5b7a check for array query parameter 2023-12-11 20:35:30 +00:00
vinodkiran 1b308a8b54 making the chain multi-modal. now we accept audio and image uploads and can run inference 2023-12-09 22:07:16 +05:30
Henry bac91eed00 🥳 flowise@1.4.5 release 2023-12-09 14:44:53 +00:00
Henry c26e37a923 🥳 flowise-ui@1.4.3 release 2023-12-09 14:44:01 +00:00
Henry Heng 3eaca7c762 Merge pull request #1327 from vinodkiran/BUGFIX/XSS
Bugfix/xss
2023-12-09 14:22:46 +00:00
Henry Heng 1989007693 Merge pull request #1354 from FlowiseAI/feature/Langchain-Hub
Feature/Langchain hub
2023-12-09 14:13:49 +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 Heng 4c406ee63a Merge pull request #1350 from FlowiseAI/bugfix/Upsert-API-doesnt-reload-vector-store
Bugfix/Upsert Vector API
2023-12-09 12:51:06 +00:00
Henry d2d21c45fe fix upser vector API 2023-12-08 18:51:40 +00:00
Henry a0c2b8b26a 🥳 flowise@1.4.4 release 2023-12-08 14:19:57 +00:00
Henry 1e5a37ad0f 🥳 flowise-ui@1.4.2 release 2023-12-08 14:16:04 +00:00
Henry b91cf55128 🥳 flowise-components@1.4.6 release 2023-12-08 14:14:22 +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 Heng da2fe78e44 Update handler.ts 2023-12-08 12:09:29 +00:00
vinodkiran 32575828cd GPT Vision: Converting vision into Multi Modal. Base Changes. 2023-12-08 17:21:53 +05:30
Henry Heng aaf4aee528 Merge pull request #1346 from FlowiseAI/feature/HyDE-Retriever
Feature/Update HyDE Retriever
2023-12-08 02:02:47 +00:00
Henry c9a7ee2ad4 update hyde retriever 2023-12-07 23:17:27 +00:00
Henry 7578183ac2 add custom analytics 2023-12-07 18:46:03 +00:00
vinodkiran 68fbe0ea12 GPT Vision: Vision Chain Node update along with addition of chatid folder on the server side when saving messages. 2023-12-07 22:32:07 +05:30
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
vinodkiran b492153f8a GPT Vision: Storing filenames only in chat message 2023-12-07 14:26:17 +05:30
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
Henry Heng 39c90f1405 Merge pull request #1342 from vinodkiran/BUGFIX/AWS-S3-Region
BugFix: S3 File Loader: Region missing
2023-12-06 16:49:24 +00:00
Henry Heng b57df046dc Merge pull request #1334 from takuabonn/bugfix/chatflows_dashboard_raises_warnings_in_the_browser_javascript_console
bugfix_console_warning
2023-12-06 12:27:59 +00:00
Henry Heng b5338857d6 Merge pull request #1338 from FlowiseAI/bugfix/RedisCache
Bugfix/Redis Cache Error
2023-12-06 12:27:40 +00:00
vinodkiran cc1a3101e2 S3 File Loader: Region missing fix 2023-12-06 15:01:30 +05:30
vinodkiran 8122377bbb LS Prompt Hub: Minor fixes 2023-12-06 12:53:43 +05:30
vinodkiran dc265eb472 Merge branch 'main' into FEATURE/Vision
# Conflicts:
#	packages/server/src/index.ts
2023-12-06 12:33:56 +05:30
vinodkiran 73f7046316 GPT Vision: Initial implementation of the OpenAI Vision API 2023-12-06 12:31:33 +05:30
Henry Heng 516b713041 Merge pull request #1337 from FlowiseAI/feature/Zep
Feature/Update Zep version
2023-12-06 01:53:58 +00:00
Henry 2da6f59834 fix ttl parseInt error 2023-12-06 01:51:14 +00:00
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 bfeebcd229 update Zep version 2023-12-05 19:02:33 +00:00
Henry 264a571abf update UI 2023-12-05 03:01:13 +00:00