mcolomerc opened a new pull request, #250: URL: https://github.com/apache/flink-agents/pull/250
<!-- * 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: [#144](https://github.com/apache/flink-agents/issues/144) JAVA API for Embedding models. Ollama support fro Embedding models with ollama4j. ### Purpose of change Support for Ollama Embedding models in Java. (ollama4j) ### Tests OllamaEmbeddingModelConnectionTest Example: WorkflowEmbeddingsAgentExampleJob provided. ### API Annotations: EmbeddingModelConnection and EmbeddingModelSetup annotations. embedding.model: BaseEmbeddingModelConnection and BaseEmbeddingModelSetup ### Documentation <!-- Should this change be covered by the user documentation?--> Integrations: Added Ollama integration for using embedding models. -- 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]
