Find answers from the community

Updated 10 months ago

Hey,

Hey,
I’m getting this error when I’m trying to build an async index with Qdrant

AttributeError: 'NoneType' object has no attribute 'get_collection'

I’m following this : https://docs.llamaindex.ai/en/stable/examples/vector_stores/QdrantIndexDemo.html
L
T
3 comments
I really need to update this 😅

Best to pass both a sync client and async aclient

(just note that if using :memory: these clients don't share data)
So the idea is to create 2 qdrant clients and then pass them to the QdrantVectorStore ?
yessir -- QdrantClient and AsyncQdrantClient
Add a reply
Sign up and join the conversation on Discord