Henry
|
21c47d8049
|
add subquery engine
|
2024-01-28 23:46:55 +00:00 |
Henry
|
3e59b9b658
|
Merge branch 'main' into feature/LlamaIndex
|
2024-01-28 20:39:08 +00:00 |
Henry
|
393f9b57c6
|
use singleton redis connection
|
2024-01-28 17:18:18 +00:00 |
Henry
|
b636b4384c
|
Merge branch 'main' into feature/LlamaIndex
# Conflicts:
# packages/server/src/index.ts
|
2024-01-27 23:22:05 +00:00 |
Henry
|
b050920a77
|
filter fix
|
2024-01-26 20:10:43 +00:00 |
Henry
|
049a35968a
|
remove pinecone env linting issue
|
2024-01-25 18:30:27 +00: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 |
niztal
|
0214ed1a73
|
support pinecone serverless indexes
|
2024-01-18 19:28:38 +02:00 |
Henry
|
1bf7944776
|
update retrievers and add mmr to other vector stores
|
2024-01-17 15:55:56 +00:00 |
vinodkiran
|
0d19dc5be4
|
Merge branch 'main' into FEATURE/RAG-VectorStores-Updates
# Conflicts:
# packages/components/package.json
|
2024-01-16 11:12:52 +05:30 |
Henry Heng
|
733f1ec484
|
Merge pull request #1462 from vectara/add_mmr_vectara
added support for MMR
|
2024-01-14 00:18:29 +00:00 |
hakeemsyd
|
9aaa4313cb
|
svg added and refactored again
|
2024-01-12 02:43:43 +05:00 |
hakeemsyd
|
8a470a85b7
|
chore: refactoring (naming convention)
|
2024-01-12 01:36:57 +05:00 |
hakeemsyd
|
e634a6b584
|
feature: Integrate Astra Vectorstore
|
2024-01-12 00:31:21 +05:00 |
YISH
|
1dc9690696
|
Add milvusTextField configuration for Milvus
langchain python use `text`
https://github.com/langchain-ai/langchain/blob/master/libs/community/langchain_community/vectorstores/milvus.py#L119
while langchian js use `langchain`
https://github.com/langchain-ai/langchainjs/blob/main/libs/langchain-community/src/vectorstores/milvus.ts#L61
so it is necessary to add milvusTextField configuration for Milvus.
|
2024-01-10 17:32:46 +08:00 |
Ofer Mendelevitch
|
a26167ac5a
|
updated component to V2.0
Updated marketplace "Chain Upload" JSON file
|
2024-01-08 16:09:50 -08:00 |
Ofer Mendelevitch
|
78a6926ca3
|
added step to diversityBias
|
2024-01-08 10:26:17 -08:00 |
Ofer Mendelevitch
|
244093923d
|
updates per PR comments
|
2024-01-08 07:25:54 -08:00 |
Ofer Mendelevitch
|
dd07c3d778
|
Merge branch 'main' into add_mmr_vectara
|
2024-01-05 11:14:22 -08:00 |
tuxBurner
|
d8a778e4d9
|
Bumped version from 1.0 to 2.0
|
2024-01-05 12:46:47 +01:00 |
tuxBurner
|
c2735b190c
|
Merge branch 'main' into feature/postgres-ssl-flag-option
|
2024-01-05 12:45:05 +01:00 |
tuxBurner
|
e35faa57af
|
One last linting
|
2024-01-04 16:27:53 +01:00 |
tuxBurner
|
a046d52961
|
Make the linter happy
|
2024-01-04 16:23:08 +01:00 |
tuxBurner
|
2355cb2ec5
|
Fixed port handling so it returns the correct port and not only 6663
|
2024-01-04 16:07:54 +01:00 |
tuxBurner
|
609ae8703d
|
Added a function which cheks which port to use when port is 443 or 80
|
2024-01-04 15:58:18 +01:00 |
tuxBurner
|
b833cb80d4
|
Added ssl flag
|
2024-01-04 14:51:41 +01:00 |
tuxBurner
|
efe602970c
|
Added ssl flag for postgres vectorstores
|
2024-01-04 14:19:46 +01:00 |
Ofer Mendelevitch
|
b44a0f1d39
|
bugfix
|
2023-12-31 21:53:48 -08:00 |
Ofer Mendelevitch
|
dc3e4fd059
|
bug fix 2
|
2023-12-31 19:18:33 -08:00 |
Ofer Mendelevitch
|
e5f0ca0c0a
|
bug fix
|
2023-12-31 18:59:49 -08:00 |
Ofer Mendelevitch
|
467e71ba1f
|
added support for MMR
|
2023-12-31 18:36:23 -08:00 |
vinodkiran
|
f6ee137ca3
|
lint fixes
|
2023-12-22 12:14:10 +05:30 |
vinodkiran
|
be79adb07c
|
lint fixes
|
2023-12-22 12:13:52 +05:30 |
vinodkiran
|
56b043264a
|
MMR Search for Pinecone, Weaviate, Zep and Supabase
|
2023-12-22 12:08:48 +05:30 |
vinodkiran
|
1ffa568974
|
Addition of Pinecone MMR search
|
2023-12-22 09:08:53 +05:30 |
Henry Heng
|
ab24524e70
|
Merge pull request #1414 from FlowiseAI/bugfix/Multiple-Upsert
Bugfix/Multiple Vector Upsert
|
2023-12-20 16:31:35 +00:00 |
Henry
|
5917256e57
|
add fix to avoid running duplicated nodes when vector upsert
|
2023-12-19 23:48:18 +00:00 |
abhishekshankr
|
7d0935cf3f
|
Updated Zep Icons
|
2023-12-18 14:17:08 -05:00 |
abhishekshankr
|
bc459df067
|
Updated icons
|
2023-12-18 12:52:27 -05:00 |
abhishekshankr
|
bd60ae1edd
|
Updated Icons
|
2023-12-18 12:37:49 -05:00 |
abhishekshankr
|
c6842e1cb8
|
Updated icons
|
2023-12-18 12:13:22 -05:00 |
abhishekshankr
|
2b00acfbea
|
Updated vector store icons
|
2023-12-18 03:51:08 -05:00 |
tirongi
|
8f4dd8b509
|
Fix wrong elasti client setup when use custom URL
|
2023-12-13 10:47:39 +01:00 |
Henry
|
40f8371de9
|
add llamaindex
|
2023-12-04 20:04:09 +00:00 |
Henry
|
12c688aae0
|
update langchain version
|
2023-11-24 14:29:50 +00:00 |
Henry
|
d5af16fcfa
|
add mongodb atlas
|
2023-11-22 20:06:32 +00:00 |
Henry
|
3638485d1b
|
Merge branch 'main' into feature/VectorStoreRevamp
|
2023-11-22 19:49:55 +00:00 |
Henry
|
7d13b6323f
|
fix namings, update description, show badge and node info
|
2023-11-22 19:48:01 +00:00 |
tirongi
|
88c9514cca
|
changes based on suggestions
|
2023-11-21 21:45:51 +01:00 |
tirongi
|
681890a600
|
Enable inserting custom URL using basic auth
|
2023-11-21 19:13:19 +01:00 |