You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when creating the embeddings:
Failed to connect to Qdrant: [WinError 10061] Cannot connect because the target computer actively refused the connection.
I added a row to my AVG firewall to allow Qdrant port 6333, however I still get this error.
How to solve this?
Thanks.
The text was updated successfully, but these errors were encountered:
configs:
qdrant_config:
content: |
log_level: INFO
Then run : docker-compose up (ensure your file is in the same dir where you executed the command)
This will run qadrant and you can access it from the browser http://localhost:6333/dashboard
Then once you select embedding create from the app this will work fine. @JohnMommers hopefully this will fix the issue you have.
I get the following error when creating the embeddings:
Failed to connect to Qdrant: [WinError 10061] Cannot connect because the target computer actively refused the connection.
I added a row to my AVG firewall to allow Qdrant port 6333, however I still get this error.
How to solve this?
Thanks.
The text was updated successfully, but these errors were encountered: