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

Review native compilation support across vector databases

Open markpollack opened this issue 1 year ago • 3 comments
trafficstars

e.g ChromaApi

Need to test each one.

  • [x] PgVectorStore https://github.com/tzolov/spring-ai-aot-tests/tree/main/vector-strores/pgvector-demo
  • [x] Milvus https://github.com/tzolov/spring-ai-aot-tests/tree/main/vector-strores/milvus-demo
  • [ ] Chroma
  • [ ] Neo4j
  • [ ] Redis
  • [ ] Weaviate
  • [ ] Pinecone
  • [ ] Qdrant
  • [ ] Azure AI

markpollack avatar Feb 13 '24 17:02 markpollack

Will need to add @JsonInclude(Include.NON_NULL) to all records/classes used in the low level APIs

markpollack avatar Feb 13 '24 17:02 markpollack

Please add Azure AI Search to this list.

iAMSagar44 avatar May 04 '24 15:05 iAMSagar44