spring-projects / spring-data-mongodb

Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-mongodb/
Apache License 2.0
1.59k stars 1.07k forks source link

VectorSearch Aggregation Stage #4706

Open razilevin opened 1 month ago

razilevin commented 1 month ago

I do not see the VectorSearch aggregation pipeline available in the Aggregation package. Is this something on the roadmap?

christophstrobl commented 1 month ago

We are considering support, yes. This requires a bit of design and alignment with the spring-ai project already having something in place for MongoDB Atlas vector search.