Commit Graph

486 Commits

Author SHA1 Message Date
Ilango 7486d33237 Fix issue with relativeLinksMethod and limit not applying to manage links 2024-02-06 10:36:27 +05:30
Henry 7faaf13ccc 🥳 flowise@1.5.0 release 2024-02-06 03:02:52 +08:00
Henry 6013743705 add subquestion query engine marketplace template 2024-02-03 02:14:43 +00:00
Henry Heng 340e85da91 Merge pull request #1611 from FlowiseAI/feature/LlamaIndex
Feature/llama index
2024-02-02 20:00:21 +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
Henry c98ef7a8b1 🥳 flowise@1.4.12 release 2024-01-31 13:35:00 +00: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
Henry 21c47d8049 add subquery engine 2024-01-28 23:46:55 +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 b636b4384c Merge branch 'main' into feature/LlamaIndex
# Conflicts:
#	packages/server/src/index.ts
2024-01-27 23:22:05 +00: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
Henry 1fb3e25f53 update linting issues 2024-01-25 21:57:56 +00:00
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
Henry 2d6dcb3e82 Merge branch 'main' into feature/LlamaIndex
# Conflicts:
#	.github/workflows/autoSyncMergedPullRequest.yml
2024-01-25 19:16:20 +00: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 8189f945cc Merge branch 'main' into feature/LlamaIndex
# Conflicts:
#	packages/components/nodes/agents/ConversationalAgent/ConversationalAgent.ts
#	packages/components/nodes/agents/ConversationalRetrievalAgent/ConversationalRetrievalAgent.ts
#	packages/components/nodes/agents/OpenAIAssistant/OpenAIAssistant.ts
#	packages/components/nodes/agents/OpenAIFunctionAgent/OpenAIFunctionAgent.ts
#	packages/components/nodes/chains/ConversationChain/ConversationChain.ts
#	packages/components/nodes/chains/ConversationalRetrievalQAChain/ConversationalRetrievalQAChain.ts
#	packages/components/nodes/memory/BufferMemory/BufferMemory.ts
#	packages/components/nodes/memory/BufferWindowMemory/BufferWindowMemory.ts
#	packages/components/nodes/memory/ConversationSummaryMemory/ConversationSummaryMemory.ts
#	packages/components/nodes/memory/DynamoDb/DynamoDb.ts
#	packages/components/nodes/memory/MongoDBMemory/MongoDBMemory.ts
#	packages/components/nodes/memory/MotorheadMemory/MotorheadMemory.ts
#	packages/components/nodes/memory/RedisBackedChatMemory/RedisBackedChatMemory.ts
#	packages/components/nodes/memory/UpstashRedisBackedChatMemory/UpstashRedisBackedChatMemory.ts
#	packages/components/nodes/memory/ZepMemory/ZepMemory.ts
#	packages/components/src/utils.ts
#	packages/server/marketplaces/chatflows/Long Term Memory.json
#	packages/server/src/index.ts
#	packages/server/src/utils/index.ts
2024-01-24 03:00:31 +00: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