-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Laravel
-
None
The new method will create a fluent aggregation builder with a $vectorSearch stage.
Full description from the aggregation stage doc: https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-stage/
class Builder { function vectorSearch(bool $exact, object $filter, string $index, int $limit, int $numCandidates, string $path, array $queryVector): AggregationBuilder; }