spring-ai
spring-ai copied to clipboard
Elastic/OpenSearch DB vector
Hi, can you implement elasticsearch/opensearch vector db support? And then add some code examples of course :) Thanks
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.
https://github.com/spring-projects/spring-ai/pull/508 opensearch vector db support
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
Has been added.