Uses of Interface
org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.LimitContributor
Packages that use VectorSearchOperation.LimitContributor
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of VectorSearchOperation.LimitContributor in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return VectorSearchOperation.LimitContributorModifier and TypeMethodDescriptionVectorSearchOperation.VectorContributor.vector(byte[] vector) Array of byte numbers that represent the query vector.VectorSearchOperation.VectorContributor.vector(double... vector) Array of double numbers that represent the query vector.VectorSearchOperation.VectorContributor.vector(float... vector) Array of float numbers that represent the query vector.Array of numbers that represent the query vector.VectorSearchOperation.VectorContributor.vector(org.bson.BinaryVector vector) Binary vector (BSON BinData vector subtype float32, or BSON BinData vector subtype int1 or int8 type) that represent the query vector.The query vector.