Commit Graph

466 Commits

Author SHA1 Message Date
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
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
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
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
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
Henry 4256655c7b add $vars and $flow to custom function 2024-01-17 23:47:11 +00:00
Henry Heng 207a3f3dd7 Merge pull request #1426 from vinodkiran/FEATURE/RAG-VectorStores-Updates
FEATURE Addition : MMR and Document Compressors
2024-01-17 17:52:55 +00:00
Henry 1bf7944776 update retrievers and add mmr to other vector stores 2024-01-17 15:55:56 +00:00
Ilango 27f2a7f6ba Merge pull request #1513 from 0xi4o/feature/sticky-notes-node
FEATURE: Sticky Note node
2024-01-17 07:37:24 +05:30
Henry 8c1e62be42 🥳 flowise@1.4.10 release 2024-01-16 16:09:13 +00:00
Ilango 9b114212c0 Apply prettier 2024-01-16 14:25:36 +05:30
Keith Kacsh 06201e7cf0 Revert model var to string, refactor for case without a key and just override if so 2024-01-16 11:13:50 +05:30
Keith Kacsh 58f9e88b1f Introduce new credential for LocalAI, Pass optional auth to LocalAI, New env var 2024-01-16 11:13:50 +05:30
Henry 79e988be09 delete message API 2024-01-16 11:13:50 +05:30
Ofer Mendelevitch a3ea487ecb after yarn lint-fix 2024-01-16 11:13:07 +05:30
Ofer Mendelevitch 7acbc0b068 updated component to V2.0
Updated marketplace  "Chain Upload" JSON file
2024-01-16 11:13:07 +05:30
Henry f66c03ab0a change agent/chain with memory to use runnable 2024-01-16 11:12:17 +05:30
Henry 7ba4a063fb Merge branch 'main' into bugfix/Concurrent-Chat-Session
# Conflicts:
#	packages/components/nodes/agents/OpenAIFunctionAgent/OpenAIFunctionAgent.ts
2024-01-15 13:22:59 +00:00
Henry ec50493851 delete message API 2024-01-14 11:57:53 +00:00
Henry Heng 733f1ec484 Merge pull request #1462 from vectara/add_mmr_vectara
added support for MMR
2024-01-14 00:18:29 +00:00
Ofer Mendelevitch b5bcfc0d5c after yarn lint-fix 2024-01-08 16:46:36 -08:00
Ofer Mendelevitch a26167ac5a updated component to V2.0
Updated marketplace  "Chain Upload" JSON file
2024-01-08 16:09:50 -08:00
Henry bb77e3f591 fix chatbot config 2024-01-08 17:13:07 +00:00
Henry 02482f1b38 change agent/chain with memory to use runnable 2024-01-08 13:02:56 +00:00
Henry 8cb9393862 add fix for passing json variable 2024-01-05 02:46:36 +00:00
Henry Heng f1f2f71fe8 Merge pull request #1451 from FlowiseAI/chore/Upgrade-LC-0.0.213
Chore/update langchain version
2024-01-03 16:02:25 +00:00