Find answers from the community

Updated 6 months ago

Anyone know of a way to merge 2 Qdrant

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
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/
Awesome, thx!
Add a reply
Sign up and join the conversation on Discord