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 |
|
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 |
|
vinodkiran
|
188311187a
|
GPT Vision: Fix for error when only speech input is sent.
|
2024-01-18 13:04:25 +05:30 |
|
vinodkiran
|
8a14a52d90
|
GPT Vision: Renaming to OpenAIMultiModalChain and merging the functionality of Wisper.
|
2024-01-18 13:03:27 +05:30 |
|
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
|
398a31f426
|
UI touchup
|
2024-01-17 00:39:14 +00:00 |
|
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
|
f57daea946
|
Merge branch 'main' into FEATURE/Vision
# Conflicts:
# packages/server/src/index.ts
|
2024-01-15 19:20:04 +00:00 |
|
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
|
7f15494d60
|
Merge branch 'main' into FEATURE/Vision
# 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
|
2024-01-08 16:15:22 +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 |
|
Henry
|
e513b69e3e
|
🥳 flowise@1.4.9 bugfix release
|
2024-01-03 00:54:31 +00:00 |
|
Henry Heng
|
2ebd311016
|
Merge pull request #1474 from FlowiseAI/bugfix/Credential-Decrypt
Bugfix/Credential Decrypt
|
2024-01-03 00:44:05 +00:00 |
|
Henry
|
383f612e11
|
add check for secretkey_path
|
2024-01-03 00:35:55 +00:00 |
|
Henry
|
573863ae6c
|
🥳 flowise@1.4.8 minor release
|
2023-12-30 23:39:05 +00:00 |
|
Henry
|
75b5b33d8d
|
update langchain version
|
2023-12-30 12:29:00 +00:00 |
|
Henry Heng
|
0f03fe54e3
|
Merge pull request #1433 from Jaredude/feature/databases-postgres-ssl
Adds ENV boolean flag (DATABASE_SSL) for postgres ssl support
|
2023-12-30 10:53:25 +00:00 |
|
Henry Heng
|
da18b6a5c0
|
Update 1702200925471-AddVariableEntity.ts
|
2023-12-29 15:17:26 +00:00 |
|
Henry
|
85e6fad0aa
|
added input moderation to assistant, prevent app from crashing by using try catch
|
2023-12-28 01:11:00 +00:00 |
|
Jared Tracy
|
25f43f2a30
|
includes DATABASE_SSL in other necessary files
|
2023-12-27 19:07:43 -06:00 |
|
Henry Heng
|
6921967e9d
|
Merge pull request #1422 from FlowiseAI/feature/env-vars
Feature/Env Variables
|
2023-12-27 21:44:17 +00:00 |
|
Henry
|
6306904cfc
|
add missing methods, abstract classes
|
2023-12-26 15:54:50 +00:00 |
|
Jared Tracy
|
735edab9ae
|
Adds ENV boolean flag (DATABASE_SSL) for postgres ssl support
This is needed if hosting flowise data on a postgres server that requires ssl.
In PostgreSQL v15, the default rds.force_ssl is 1 (on)
|
2023-12-24 23:02:49 -06:00 |
|
Henry
|
44294d0067
|
update default location for encryption key
|
2023-12-21 20:37:04 +00:00 |
|
Henry
|
a2d4a3b8d0
|
Merge branch 'main' into feature/env-vars
|
2023-12-21 13:38:22 +00:00 |
|
vinodkiran
|
d3ce6f859c
|
Merge branch 'main' into FEATURE/Vision
|
2023-12-21 09:18:14 +05:30 |
|