Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 6 months ago
0
Follow
Anyone know of a way to merge 2 Qdrant
Anyone know of a way to merge 2 Qdrant
Inactive
0
Follow
J
Jazz
6 months ago
ยท
Anyone know of a way to merge 2 Qdrant vectore stores indexes into one so I can use as_query_engine on it?
W
J
2 comments
Share
Open in Discord
W
WhiteFang_Jr
6 months ago
You can create a fusion retriver over your indexes.
What it does is combines node from both the indexes based on your query and then pass it to LLM just like single query engine.
https://docs.llamaindex.ai/en/stable/examples/retrievers/simple_fusion/
J
Jazz
6 months ago
Awesome, thx!
Add a reply
Sign up and join the conversation on Discord
Join on Discord