Commit Graph

502 Commits

Author SHA1 Message Date
Henry a4131dc21b add fixes for chaining 2024-02-02 15:44:05 +00:00
Henry c5bd4d4168 address configuration fix and add BLOB_STORAGE_PATH env variable 2024-02-02 13:55:38 +00:00
Henry 9cd0362f24 Merge branch 'main' into FEATURE/Vision
# Conflicts:
#	packages/components/nodes/chains/ConversationChain/ConversationChain.ts
#	packages/server/src/index.ts
#	packages/server/src/utils/index.ts
2024-02-02 02:54:06 +00:00
Henry 7881f295ab update vec 2 doc node 2024-02-01 19:18:14 +00:00
Henry Heng 7e475f1288 Merge pull request #1634 from pele-ai/feature/mysql-ssl
mysql-ssl
2024-02-01 13:21:29 +00:00
vinodkiran eab8c19f8c Multimodal: deleting uploads on delete of all chatmessages or chatflow 2024-01-31 20:03:54 -05:00
vinodkiran aa5d1417a1 Multimodal: deleting uploads on delete of all chatmessages 2024-01-31 19:16:58 -05:00
vinodkiran 5c8f48c2f1 Multimodal: Image Uploads. 2024-01-31 19:03:39 -05:00
Henry c98ef7a8b1 🥳 flowise@1.4.12 release 2024-01-31 13:35:00 +00:00
vinodkiran e81927ee13 SpeechToText: Adding SpeechToText at the Chatflow level. 2024-01-31 07:48:38 -05:00
vinodkiran 4604594c55 SpeechToText: Adding SpeechToText at the Chatflow level. 2024-01-30 21:48:08 -05:00
niztal 4107118673 avoid BWC PGSQLMODE returning empty ssl object 2024-01-30 23:44:42 +02:00
Henry Heng 2ac9e3f7bf Merge pull request #1646 from FlowiseAI/feature/ConversationChain
Feature/Conversation Chain Input Moderation
2024-01-30 20:58:23 +00:00
niztal a382e230f4 fix lint issues 2024-01-30 22:07:56 +02:00
niztal 82e78d3e4d refactor uninfy pg and mysql to use the same SSL config function 2024-01-30 22:06:12 +02:00
Henry 214b312fe5 add input moderation to conversation chain 2024-01-30 17:57:11 +00:00
Henry 2b67346ce0 add fix for not recognizing overrideConfig JSON value 2024-01-30 17:42:48 +00:00
Henry 4d6881b506 add return source documens to retriever tool 2024-01-30 14:12:55 +00:00
niztal 289b04fb12 fix lint 2024-01-30 00:50:27 +02:00
niztal 1b69ebdb93 mysql-ssl 2024-01-29 23:30:38 +02:00
Henry Heng f460b761fb Merge pull request #1613 from Jaredude/feature/database-postgres-self-signed-ssl
adds DATABASE_SSL_KEY_BASE64 for pg connection
2024-01-29 10:11:50 +00:00
Henry Heng 071232091f Merge pull request #1608 from automaton82/FEATURE-CORS-CSP-headers-security
Implementing CORS and CSP headers from config
2024-01-29 10:04:19 +00:00
niztal 30ff29afc7 fix lint errors 2024-01-28 23:49:42 +02:00
niztal 74f7cd6e31 fix bug settings.json not found on upsert 2024-01-28 23:34:21 +02:00
vinodkiran d61e3d53ec SpeechToText: Adding SpeechToText at the Chatflow level. 2024-01-27 20:26:46 +05:30
Henry 29d840c09e update pinecone marketplace version 2024-01-27 00:56:33 +00:00
Henry a711e21ac7 update embeddings and marketplace templates 2024-01-27 00:52:23 +00:00
Henry d6030f8e9c fix custom function ending node 2024-01-26 19:24:48 +00:00
YISH 50cef64193 Allows CustomFunction to be set as an Ending Node 2024-01-26 09:17:33 +08:00
Jared Tracy 5b126c60bc adds DATABASE_SSL_KEY_BASE64 for pg connection
DATABASE_SSL_KEY_BASE64 takes priority over DATABASE_SSL env var

If neither are provided, no ssl value will be used.
This allows for the usage of PGSSLMODE
2024-01-25 17:16:11 -06:00
Ilango 94d8e003e7 Merge branch 'main' of github.com:0xi4o/Flowise into feature/scrapped-links 2024-01-26 03:57:21 +05:30
Ilango 98acb35376 Revert adding condition to skip initialization of web scraper nodes 2024-01-26 03:55:59 +05:30
automaton82 089928aaa8 Return no result with disallowed for CORS response, not an error 2024-01-25 15:43:42 -05:00
automaton82 657dace89e Fixing comments from PR 2024-01-25 15:29:02 -05:00
automaton82 3be2393412 Implementing CORS and CSP headers from env config 2024-01-25 11:39:13 -05:00
Henry 1c6694b197 🥳 flowise@1.4.11 release 2024-01-25 16:22:42 +00:00
Ilango 3abfa13587 Add condition to skip initializing web scraper nodes during prediction 2024-01-25 11:23:11 +05:30
Henry Heng d38433ba5d Merge pull request #1602 from tsiougkosn/main
feature : include chat message id in result
2024-01-25 01:43:25 +00:00
Ofer Mendelevitch 8a96493e32 after yarn lint 2024-01-24 16:45:37 -08:00
Ofer Mendelevitch 03e2869b8e updated vectara chatflow 2024-01-24 16:13:19 -08:00
nikos.tsiougkos da346d7814 include chat message id in result 2024-01-24 18:05:32 +02:00
vinodkiran 3ce22d0dde MultiModal : Adding functionality to base OpenAI Chat Model 2024-01-24 18:25:22 +05:30
Henry 2dd1c71cf2 return response 2024-01-21 22:26:58 +00:00
Henry 5d25c35a1a add env path for settings json 2024-01-21 18:24:54 +00:00
Henry 2b2a5b9028 add console call back to chains 2024-01-19 18:36:49 +00:00
vinodkiran e774bd3c12 GPT Vision: Added multi model capabilities to ChatOpenAI and ConversationChain. 2024-01-19 18:02:05 +05:30
Ilango e7edbc695c Add api endpoint for fetching links from a url 2024-01-19 12:29:41 +05:30
Henry 2640f6b1dc update prediction_sent metadata 2024-01-19 00:49:52 +00:00
Henry b5de88784b add flag 2024-01-19 00:38:08 +00:00
Henry 953e1468bb add telemetry 2024-01-19 00:02:31 +00:00