Create a version of ChatQnA example with Zilliz/Milvus as DB
Create a version of ChatQNA example with Zilliz/Milvus as DB
https://github.com/opea-project/GenAIExamples/tree/main/ChatQnA).
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,
I am Afzal github user- ard383 , participated in this hackathon
I have worked on Creating a version of ChatQnA for Milvus DB , I am attaching my work for the reference, I am facing the issue at the last step while querying the most of the microservices, attaching the git repo path for the reference https://github.com/ard383/OPEA-ChatQnA-milvusDB.git .
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 setup_env-org.sh: Link docker-compose.logs: Link docker-curl-response.logs: Link You can access the repository here: OPEA-ChatQnA-milvusDB.
Your help would be greatly appreciated!
I took a glance at the docker log:
message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://retriever:7000/v1/retrieval'
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 https://github.com/langgenius/dify/issues/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 I'm not sure if this is the reason, just base on experience, but maybe you can try it
@chickenrae The ChatQnA Example based on Milvus as DB is was enabed in: https://github.com/opea-project/GenAIExamples/pull/1081 https://github.com/opea-project/GenAIComps/pull/858
Milvus DB is integrated with into ChatQnA