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 10 months ago
0
Follow
while runnning this
while runnning this
Inactive
0
Follow
S
Shreyash
10 months ago
Β·
while runnning this
index = load_index_from_storage(storage_context, service_context = service_context)
i am getting an error
L
S
4 comments
Share
Open in Discord
L
Logan M
10 months ago
qdrant (and most vector db integrations) store everything in the vector db
L
Logan M
10 months ago
No need to persist/load
L
Logan M
10 months ago
just use
index = VectorStoreIndex.from_vector_store(vector_store, service_context=service_context)
S
Shreyash
10 months ago
thanks, its working
Add a reply
Sign up and join the conversation on Discord
Join on Discord