Hi, can you implement elasticsearch/opensearch vector db support? And then add some code examples of course :) Thanks

Comment From: markpollack

This has been contributed as part of https://github.com/spring-projects/spring-ai/pull/234 Please check it out. We would welcome contributions of additional example code.

Comment From: JM-Lab

https://github.com/spring-projects/spring-ai/pull/508 opensearch vector db support

Comment From: ThomasVitale

Both implementations are part of Spring AI now:

  • ElasticSearch: https://docs.spring.io/spring-ai/reference/api/vectordbs/elasticsearch.html
  • OpenSearch: https://docs.spring.io/spring-ai/reference/api/vectordbs/opensearch.html

Comment From: markpollack

Has been added.