Files
spring-ai/vector-stores
Ilayaperumal Gopinathan 2ef4559827 Fix OpenSearch vector store's doAdd(List<Document> documents)
- Since Document's reference to its embedding is deprecated, store the embedding into OpenSearch vector store by creating an explicit OpenSearch Document type which has embedding associated with it
2024-12-06 18:08:50 +00:00
..