twosom opened a new pull request, #341:
URL: https://github.com/apache/flink-agents/pull/341

   <!--
   * Thank you very much for contributing to Flink Agents.
   * Please add the relevant components in the PR title. E.g., [api], 
[runtime], [java], [python], [hotfix], etc.
   -->
   
   <!-- Please link the PR to the relevant issue(s). Hotfix doesn't need this. 
-->
   Linked issue: #321
   
   ### Purpose of change
   
   This PR implements the Java version of Vector Store functionality for Flink 
Agents, following the design proposal in #143. This implementation enables RAG 
(Retrieval-Augmented Generation) capabilities by providing vector-based context 
retrieval.
   
   - Added Vector Store API with query support and document handling
   - Added `@VectorStore` annotation for agent plan resource management
   - Added context retrieval request and response events
   - Implemented context retrieval action with vector store support
   - Implemented Elasticsearch vector store integration
   - Added ElasticsearchVectorStore RAG example with Ollama integration
   
   ### Tests
   
   <!-- How is this change verified? -->
   
   ### API
   
   <!-- Does this change touches any public APIs? -->
   
   ### Documentation
   
   <!-- Do not remove this section. Check the proper box only. -->
   
   - [ ] `doc-needed` <!-- Your PR changes impact docs -->
   - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   


-- 
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