Find answers from the community

Updated 6 months ago

hey guys when i try to init a pre-loaded

At a glance

A community member is having trouble initializing a pre-loaded Qdrant vector store, encountering a ValueError. Another community member suggests using VectorStoreIndex.from_vector_store(vector_store, service_contex=service_context) to resolve the issue, and the original poster expresses gratitude for the helpful response.

hey guys when i try to init a pre-loaded qdrant vector store, i'm getting a ValueError, not sure how to tackle that problem, any help pls. attaching image for ref.
Attachment
Screenshot_2024-02-12_at_5.04.08_PM.png
L
l
2 comments
need to use VectorStoreIndex.from_vector_store(vector_store, service_contex=service_context)
@Logan M life saver, thx
Add a reply
Sign up and join the conversation on Discord