spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

add support for OpenSearch vector store

Open JM-Lab opened this issue 1 year ago • 4 comments
trafficstars

Add OpenSearchAiSearchFilterExpressionConverter Add support for FilterExpression Add support for OpenSearch vector store

JM-Lab avatar Mar 25 '24 12:03 JM-Lab

Hi @JM-Lab, AWS also provides OpenSearch and the java sdk provides AwsSdk2Transport. Wonder if should be part of this PR or a separate one.

eddumelendez avatar Mar 25 '24 17:03 eddumelendez

Hi @eddumelendez,

Sure, use AwsSdk2Transport for OpenSearchClient. Check this link for details: https://opensearch.org/docs/latest/clients/java/#connecting-to-amazon-opensearch-service

JM-Lab avatar Mar 26 '24 04:03 JM-Lab

Hi @tzolov,

I plan to address your requests within the next 1-2 weeks. Would you prefer me to add commits to the current pull request or handle them in a separate pull request? Let me know what you think.

JM-Lab avatar Apr 04 '24 15:04 JM-Lab

  • [ ] Adding documentation under the vectordbs and add the references to the catalog nav.adoc.
  • [x] Add opensearch auto-configuration and boot starter

JM-Lab avatar Apr 14 '24 15:04 JM-Lab

Hi @tzolov,

Will reset tangled commits and soon add documentation for vectordbs with updates to catalog nav.adoc for a clean pull request.

JM-Lab avatar Apr 28 '24 16:04 JM-Lab

@tzolov

I've just created a new PR focusing solely on the OpenSearch files, on the main branch. You can find it here: https://github.com/spring-projects/spring-ai/pull/663.

Going to close this current one. Thanks!

JM-Lab avatar May 01 '24 03:05 JM-Lab