alnzng opened a new pull request, #231: URL: https://github.com/apache/flink-agents/pull/231
<!-- * 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: #230 ### Purpose of change <!-- What is the purpose of this change? --> Simplify the vector store setup process ### Tests <!-- How is this change verified? --> unit tests ### API <!-- Does this change touches any public APIs? --> - Merge two decorators `vector_store_connection` and `vector_store_setup` to one decorator `vector_store` - Merge two interfaces `BaseVectorStoreConnection` and `BaseVectorStoreSetup` to one interface `BaseVectorStore` ### Documentation <!-- Should this change be covered by the user documentation?--> n/a -- 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]
