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 3 months ago
0
Follow
Hi π I am a bit stuck when using
Hi π I am a bit stuck when using
Inactive
0
Follow
j
jamal.mehdi
8 months ago
Β·
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
Share
Open in Discord
L
Logan M
8 months ago
Ah, need to pass in the aclient for qdrant as well
Plain Text
Copy
vector_store = QdrantVectorStore(..., client=QdrantClient(...), aclient=AsyncQdrantClient(...))
j
jamal.mehdi
8 months ago
Ohh gtocha. Thank you so much @Logan M
Add a reply
Sign up and join the conversation on Discord
Join on Discord