Find answers from the community

Updated 2 months ago

Qdrant

I think there’s a qdrant bug
L
d
h
22 comments
I can’t make a new collection if hybrid is enabled
Someone else had the same issue
Tried making a new index outside of llama and just using qdranting to enable hybrid… still no bueno
But what's the error? I've had no issues
/usr/local/lib/python3.10/dist-packages/qdrant_client/http/apiclient.py in send(self, request, type)
97 except ValidationError as e:
98 raise ResponseHandlingException(e)
---> 99 raise UnexpectedResponse.for_response(response)
100
101 def send_inner(self, request: Request) -> Response:

UnexpectedResponse: Unexpected Response: 404 (Not Found)
Raw response content:
b'{"status":{"error":"Not found: Collection LLM doesn't exist!"},"time":6.449
i saw other people having the same issue
if i turn it off it works lol but then i cant use hybrid
@heloisy was having the same issue
yeah, 4 days ago, its work, but now im getting this same error
self.model = EMBEDDING_MODEL_TYPE(model_name, cache_dir, threads, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/wsl_projects/.conda/lib/python3.11/site-packages/fastembed/sparse/splade_pp.py", line 84, in init
self._model_dir = self.download_model(self._model_description, self._cache_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/wsl_projects/.conda/lib/python3.11/site-packages/fastembed/common/model_management.py", line 235, in download_model
raise ValueError(f"Could not download model {model['model']} from any source.")
ValueError: Could not download model prithvida/Splade_PP_en_v1 from any source.
dont make me go back to pinecone
wait nvm huggingface is down nr
this is ok? im having this again
It's fine as far as I know 🤔 But make sure you pip install -U llama-index-vector-stores-qdrant

If you have the latest I'll take a look again (although I don't remember merging any changes to qdrant recently)
i update but nothing.. https://discord.com/channels/1059199217496772688/1247988611740073994 this guy was having trouble with qdrant hybrid search. sometimes can be this error here, i dont know.. (i saw, the last update on qdrant was 3 weeks ago)
Yea it hasn't been updated in while because from my view it was working 😆 will try to take a look.

Any replication steps?
everything is ok... my mistake, sorry!!
oh! Good to know! 🙏 Saves me some time haha
Add a reply
Sign up and join the conversation on Discord