Find answers from the community

Updated 3 months ago

Implementing Advanced Fusion Retriever

Implementing Advanced Fusion Retriever with Storage Context
I want to try Advance Fusion Retriever with Milvus Vector Store with already indexed data
https://docs.llamaindex.ai/en/stable/examples/low_level/fusion_retriever.html
It's not working with already indexed data, It wants to reindex all everytime
L
B
3 comments
Setup your existing vector store, then do index = VectorStoreIndex.from_vector_store(vector_store, service_context=service_context)
that's failing showing zero enteties
Error in query_index UUID: 123 token: 123 - division by zero
Add a reply
Sign up and join the conversation on Discord