Find answers from the community

Updated 3 months ago

Hi πŸ‘‹ I am a bit stuck when using

Hi πŸ‘‹ I am a bit stuck when using SubQuestionQueryEngine with an index built from Qdrant Vector store. I get an Attribute error:

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

This was working fine when building a query engine from a local index, but I ran into an error when I switch to a remote store.

I would really appreciate some help!

Here's the code and the trace I am getting:
L
j
2 comments
Ah, need to pass in the aclient for qdrant as well

Plain Text
vector_store = QdrantVectorStore(..., client=QdrantClient(...), aclient=AsyncQdrantClient(...))
Ohh gtocha. Thank you so much @Logan M
Add a reply
Sign up and join the conversation on Discord