-
Notifications
You must be signed in to change notification settings - Fork 209
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
Create a version of ChatQnA example with Zilliz/Milvus as DB #886
Comments
The implementation can reference this code example for the interaction with Milvus vector database: https://milvus.io/docs/build-rag-with-milvus.md |
/assigntome |
Ambarish - [email protected] - malangi77 |
Hi, |
Hi @ard383, thanks for contributing and using Milvus! Could you please share the error message or logs? |
Hello @codingjaguar, I have uploaded the new compose.yaml and setup_env.sh files, along with the error messages, in the same GitHub repository. Please find the links below for complete information: https://github.com/ard383/OPEA-ChatQnA-milvusDB.git docker-compose-org.yaml: Link Your help would be greatly appreciated! |
I took a glance at the docker log:
It seems a problem in the application server logic, doesn't seem related to Milvus. @chickenrae Could you suggest a maintainer of https://github.com/opea-project/GenAIExamples repo to help take a look? |
@mkbhanda Can you help? |
@ard383 maybe it is the network problem, you can refer this one langgenius/dify#8562 , and try to change the uri from the internal format e.g http://localhost:19530 to an external one e.g.http://172.16.70.6:19530 |
@chickenrae |
* Add model parameter for CodeGenGateway in gateway.py file Signed-off-by: sgurunat <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: sgurunat <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Create a version of ChatQNA example with Zilliz/Milvus as DB
https://github.com/opea-project/GenAIExamples/tree/main/ChatQnA).
The text was updated successfully, but these errors were encountered: