Jiang Chen
Jiang Chen
- [ ] A reference to a related issue in your repository. Each PR is related to an issue, and you need to list that issue. - [ ] A...
- [ ] A reference to a related issue in your repository. Each PR is related to an issue, and you need to list that issue. - [ ] A...
### Description Create a version of [DocIndexRetriever](https://github.com/opea-project/GenAIExamples/tree/main/DocIndexRetriever) example with Milvus as Vector DB The implementation can reference this code example for the interaction with Milvus vector database: https://milvus.io/docs/quickstart.md #OPEAHack
### Priori### Description Create a version of [MultimodalQnA](https://github.com/opea-project/GenAIExamples/tree/main/MultimodalQnA) example with Milvus as Vector DB The implementation can reference this code example for the interaction with Milvus vector database: https://milvus.io/docs/multimodal_rag_with_milvus.md #OPEAHack
### Description Create a version of [VideoQnA](https://github.com/opea-project/GenAIExamples/tree/main/VideoQnA) example with Milvus as Vector DB The implementation can reference this code example for the interaction with Milvus vector database: https://milvus.io/docs/image_similarity_search.md #OPEAHack
### Is there an existing issue for this? - [X] I have searched the existing issues ### What would you like to be added? Testing the enhancement proposal issue template...
# Summary The MILVUS_URI with localhost is not reachable from another docker container. Changed to the special DNS name `host.docker.internal` to fix the problem. See detailed issue report in https://discord.com/channels/1160323594396635310/1335159004598370376/1335281419240607884...
**Is your feature request related to a problem? Please describe.** It seems the SDK supports up to Milvus 2.2 version. There are a few changes in Milvus 2.4 and 2.5,...