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

Elastic/OpenSearch DB vector

Open williamspindox opened this issue 1 year ago • 2 comments

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

williamspindox avatar Jan 22 '24 06:01 williamspindox

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.

markpollack avatar Jan 23 '24 18:01 markpollack

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

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

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

ThomasVitale avatar Jul 10 '24 13:07 ThomasVitale

Has been added.

markpollack avatar Jul 22 '24 14:07 markpollack