yanbinyang opened a new issue, #661:
URL: https://github.com/apache/flink-agents/issues/661

   ### Search before asking
   
   - [x] I searched in the 
[issues](https://github.com/apache/flink-agents/issues) and found nothing 
similar.
   
   ### Description
   
   Following the design proposal in 
[#143](https://github.com/apache/flink-agents/discussions/143) and 
infrastructure introduced in 
[#321](https://github.com/apache/flink-agents/issues/321), we want to add a 
Milvus-based vector store implementation to enhance RAG capabilities with 
Milvus in Flink Agents. This issue focuses on implementing the Java Milvus 
vector store integration.
   
   The implementation should include:
   
   - Add `MilvusVectorStore` under `integrations/vector-stores/milvus`
   - Reuse the existing `BaseVectorStore`, `Document`, `VectorStoreQuery`, and 
`VectorStoreQueryResult` APIs
   - Support Milvus connection configuration, such as `uri`, `token`, 
`username`, `password`, and `database`
   - Support collection/search configuration, such as `collection_name`, 
`vector_field`, `text_field`, `primary_key_field`, `output_fields`, and search 
params
   - Convert Milvus query results into the common `Document` type
   - Add unit tests and/or integration tests for query argument parsing and 
result conversion
   
   ### Are you willing to submit a PR?
   
   - [x] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to