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 am using WSL,
in one terminal I run the project using streamlit run new.py and in another terminal i run the docker using docker run -p 6333:6333 -p 6334:6334 -v $(pwd)/qdrant_storage:/qdrant/storage:z qdrant/qdrant
The text was updated successfully, but these errors were encountered:
If i run without wsl, i get this error
An error occurred while processing your request: [WinError 10061] No connection could be made because the target machine actively refused it
despite qdrant running, the errors comes up at the chat step
I am using WSL,
in one terminal I run the project using
streamlit run new.py
and in another terminal i run the docker usingdocker run -p 6333:6333 -p 6334:6334 -v $(pwd)/qdrant_storage:/qdrant/storage:z qdrant/qdrant
The text was updated successfully, but these errors were encountered: