yanbinyang opened a new pull request, #663: URL: https://github.com/apache/flink-agents/pull/663
Linked issue: [#661](https://github.com/apache/flink-agents/issues/661) ### Purpose of change This PR implements the Java version of Milvus-based Vector Store functionality for Flink Agents, following the design proposal in [#143](https://github.com/apache/flink-agents/discussions/143). This implementation enables RAG (Retrieval-Augmented Generation) capabilities by providing vector-based context retrieval. - Added Milvus vector store integration - Added Milvus vector store module under `integrations/vector-stores` - Supported Milvus connection and query configuration - Converted Milvus search results into the common `Document` format - Added tests for Milvus vector store behavior ### Tests ### API ### Documentation <!-- Do not remove this section. Check the proper box only. --> - [x] `doc-needed` <!-- Your PR changes impact docs --> - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-included` <!-- Your PR already contains the necessary documentation updates --> -- 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]
