The community member is using the simple fusion retriever with Qdrant as the vector database, but is encountering an error when trying to retrieve nodes. The community members have shared a Colab notebook and discussed the issue, noting that the code works fine with the normal vector store index but not with the Qdrant vector store. They have also tried using the Weaviate index, which is working. The community members have identified the error being generated at a specific line in the code and suspect that the issue may be related to the version of Qdrant installed. They have also mentioned that Qdrant requires both a sync and async client, and that if using :memory:, those clients do not share data. The community members are unsure if this will be the same case when using their own Qdrant instance.
Hi guys, I am using the simple fusion retriever with Qdrant as vectorDB. While trying to run - nodes_with_scores = retriever.retrieve("How do I setup a chroma vector store?"), getting this error -