Find answers from the community

Updated 10 months ago

while runnning this

while runnning this
index = load_index_from_storage(storage_context, service_context = service_context)

i am getting an error
L
S
4 comments
qdrant (and most vector db integrations) store everything in the vector db
No need to persist/load
just use
index = VectorStoreIndex.from_vector_store(vector_store, service_context=service_context)
thanks, its working
Add a reply
Sign up and join the conversation on Discord