Class VectorSearchOperation

java.lang.Object
org.springframework.data.mongodb.core.aggregation.VectorSearchOperation
All Implemented Interfaces:
AggregationOperation

public class VectorSearchOperation extends Object implements AggregationOperation
Performs a semantic search on data in your Atlas cluster. This stage is only available for Atlas Vector Search. Vector data must be less than or equal to 4096 dimensions in width.

Limitations

You cannot use this stage together with:
Since:
4.5
Author:
Christoph Strobl, Mark Paluch