-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker retriever-qdrant-server fails #360
Comments
@endomorphosis Thanks for reporting this issue. Are you using the |
results in the error message.
|
@endomorphosis Please align the name of the env variables that you set on bare metal and to the ones pass into the docker container. From your command, 6333 has been set for
Option2: pass the env variables you've set into the docker container:
Without correct setting of the qdrant port:
|
i will try running this tomorrow, as it is almost 4am right now, the documentation should be corrected if this is the proper syntax. |
This has worked successfully, I am going to see about setting up multiple retrievers now |
Modified the example readme accordingly. Since it solves the issue and works now, close this issue for now. |
root@laion-gaudi2-00:~/GenAIComps# docker logs retriever-qdrant-server
Traceback (most recent call last):
File "/home/user/comps/retrievers/haystack/qdrant/retriever_qdrant.py", line 4, in
from haystack.components.embedders import HuggingFaceTEITextEmbedder, SentenceTransformersTextEmbedder
ImportError: cannot import name 'HuggingFaceTEITextEmbedder' from 'haystack.components.embedders' (/home/user/.local/lib/python3.11/site-packages/haystack/components/embedders/init.py)
The text was updated successfully, but these errors were encountered: