We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What I did: I followed https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/docker/xeon/README_qdrant.md and did all steps to set up chatQnA via docker compose using qdrant as vector db. I Rebuild all images in the latest main branch(Aug. 22, ac324a9 is the latest commit id) including opea/chatqna:latest, and apply docker compose yaml file.
What happens Mega container chatqna-xeon-backend-server crashes, the error was:
How I workaround Before applying docker compose yaml file, set those envs:
export EMBEDDING_SERVICE_PORT=6044 export RETRIEVER_SERVICE_PORT=6045 export RERANK_SERVICE_PORT=6046 export LLM_SERVICE_PORT=6047
The text was updated successfully, but these errors were encountered:
@liuyingshanx There is a fix for exporting the ports into docker instance in below PR #569
Could you try again with the latest codes?
thanks
Sorry, something went wrong.
@liuyingshanx if no issue any more, we will close the ticket accordingly.
feel free to reopen it if issue still exists
Fix Dockerfile detect issue (opea-project#652)
2a91903
Signed-off-by: ZePan110 <[email protected]>
louie-tsai
No branches or pull requests
What I did:
I followed https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/docker/xeon/README_qdrant.md and did all steps to set up chatQnA via docker compose using qdrant as vector db. I Rebuild all images in the latest main branch(Aug. 22, ac324a9 is the latest commit id) including opea/chatqna:latest, and apply docker compose yaml file.
What happens
Mega container chatqna-xeon-backend-server crashes, the error was:
How I workaround
Before applying docker compose yaml file, set those envs:
export EMBEDDING_SERVICE_PORT=6044
export RETRIEVER_SERVICE_PORT=6045
export RERANK_SERVICE_PORT=6046
export LLM_SERVICE_PORT=6047
The text was updated successfully, but these errors were encountered: