Interface Points.RecommendPointGroupsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.RecommendPointGroups,Points.RecommendPointGroups.Builder
- Enclosing class:
Points
public static interface Points.RecommendPointGroupsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionName of the collectioncom.google.protobuf.ByteStringName of the collectionFilter conditions - return only those points that satisfy the specified conditionsFilter conditions - return only those points that satisfy the specified conditionsPayload field to group by, must be a string or number field.com.google.protobuf.ByteStringPayload field to group by, must be a string or number field.intMaximum amount of points to return per groupintgetLimit()Max number of groups in resultName of the collection to use for points lookup, if not specified - use current collectionName of the collection to use for points lookup, if not specified - use current collectiongetNegative(int index) Try to avoid vectors like thisintTry to avoid vectors like thisTry to avoid vectors like thisgetNegativeOrBuilder(int index) Try to avoid vectors like thisList<? extends Points.PointIdOrBuilder>Try to avoid vectors like thisSearch configSearch configgetPositive(int index) Look for vectors closest to thoseintLook for vectors closest to thoseLook for vectors closest to thosegetPositiveOrBuilder(int index) Look for vectors closest to thoseList<? extends Points.PointIdOrBuilder>Look for vectors closest to thoseOptions for specifying read consistency guaranteesOptions for specifying read consistency guaranteesfloatIf provided - cut off results with worse scoresgetUsing()Define which vector to use for recommendation, if not specified - default vectorcom.google.protobuf.ByteStringDefine which vector to use for recommendation, if not specified - default vectorOptions for specifying which payload to include or notOptions for specifying which payload to include or notOptions for specifying which vectors to include into responseOptions for specifying which vectors to include into responsebooleanFilter conditions - return only those points that satisfy the specified conditionsbooleanName of the collection to use for points lookup, if not specified - use current collectionbooleanSearch configbooleanOptions for specifying read consistency guaranteesbooleanIf provided - cut off results with worse scoresbooleanhasUsing()Define which vector to use for recommendation, if not specified - default vectorbooleanOptions for specifying which payload to include or notbooleanOptions for specifying which vectors to include into responseMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCollectionName
String getCollectionName()Name of the collection
string collection_name = 1;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()Name of the collection
string collection_name = 1;- Returns:
- The bytes for collectionName.
-
getPositiveList
List<Points.PointId> getPositiveList()Look for vectors closest to those
repeated .qdrant.PointId positive = 2; -
getPositive
Look for vectors closest to those
repeated .qdrant.PointId positive = 2; -
getPositiveCount
int getPositiveCount()Look for vectors closest to those
repeated .qdrant.PointId positive = 2; -
getPositiveOrBuilderList
List<? extends Points.PointIdOrBuilder> getPositiveOrBuilderList()Look for vectors closest to those
repeated .qdrant.PointId positive = 2; -
getPositiveOrBuilder
Look for vectors closest to those
repeated .qdrant.PointId positive = 2; -
getNegativeList
List<Points.PointId> getNegativeList()Try to avoid vectors like this
repeated .qdrant.PointId negative = 3; -
getNegative
Try to avoid vectors like this
repeated .qdrant.PointId negative = 3; -
getNegativeCount
int getNegativeCount()Try to avoid vectors like this
repeated .qdrant.PointId negative = 3; -
getNegativeOrBuilderList
List<? extends Points.PointIdOrBuilder> getNegativeOrBuilderList()Try to avoid vectors like this
repeated .qdrant.PointId negative = 3; -
getNegativeOrBuilder
Try to avoid vectors like this
repeated .qdrant.PointId negative = 3; -
hasFilter
boolean hasFilter()Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 4;- Returns:
- Whether the filter field is set.
-
getFilter
Points.Filter getFilter()Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 4;- Returns:
- The filter.
-
getFilterOrBuilder
Points.FilterOrBuilder getFilterOrBuilder()Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 4; -
getLimit
int getLimit()Max number of groups in result
uint32 limit = 5;- Returns:
- The limit.
-
hasWithPayload
boolean hasWithPayload()Options for specifying which payload to include or not
.qdrant.WithPayloadSelector with_payload = 6;- Returns:
- Whether the withPayload field is set.
-
getWithPayload
Points.WithPayloadSelector getWithPayload()Options for specifying which payload to include or not
.qdrant.WithPayloadSelector with_payload = 6;- Returns:
- The withPayload.
-
getWithPayloadOrBuilder
Points.WithPayloadSelectorOrBuilder getWithPayloadOrBuilder()Options for specifying which payload to include or not
.qdrant.WithPayloadSelector with_payload = 6; -
hasParams
boolean hasParams()Search config
.qdrant.SearchParams params = 7;- Returns:
- Whether the params field is set.
-
getParams
Points.SearchParams getParams()Search config
.qdrant.SearchParams params = 7;- Returns:
- The params.
-
getParamsOrBuilder
Points.SearchParamsOrBuilder getParamsOrBuilder()Search config
.qdrant.SearchParams params = 7; -
hasScoreThreshold
boolean hasScoreThreshold()If provided - cut off results with worse scores
optional float score_threshold = 8;- Returns:
- Whether the scoreThreshold field is set.
-
getScoreThreshold
float getScoreThreshold()If provided - cut off results with worse scores
optional float score_threshold = 8;- Returns:
- The scoreThreshold.
-
hasUsing
boolean hasUsing()Define which vector to use for recommendation, if not specified - default vector
optional string using = 9;- Returns:
- Whether the using field is set.
-
getUsing
String getUsing()Define which vector to use for recommendation, if not specified - default vector
optional string using = 9;- Returns:
- The using.
-
getUsingBytes
com.google.protobuf.ByteString getUsingBytes()Define which vector to use for recommendation, if not specified - default vector
optional string using = 9;- Returns:
- The bytes for using.
-
hasWithVectors
boolean hasWithVectors()Options for specifying which vectors to include into response
optional .qdrant.WithVectorsSelector with_vectors = 10;- Returns:
- Whether the withVectors field is set.
-
getWithVectors
Points.WithVectorsSelector getWithVectors()Options for specifying which vectors to include into response
optional .qdrant.WithVectorsSelector with_vectors = 10;- Returns:
- The withVectors.
-
getWithVectorsOrBuilder
Points.WithVectorsSelectorOrBuilder getWithVectorsOrBuilder()Options for specifying which vectors to include into response
optional .qdrant.WithVectorsSelector with_vectors = 10; -
hasLookupFrom
boolean hasLookupFrom()Name of the collection to use for points lookup, if not specified - use current collection
optional .qdrant.LookupLocation lookup_from = 11;- Returns:
- Whether the lookupFrom field is set.
-
getLookupFrom
Points.LookupLocation getLookupFrom()Name of the collection to use for points lookup, if not specified - use current collection
optional .qdrant.LookupLocation lookup_from = 11;- Returns:
- The lookupFrom.
-
getLookupFromOrBuilder
Points.LookupLocationOrBuilder getLookupFromOrBuilder()Name of the collection to use for points lookup, if not specified - use current collection
optional .qdrant.LookupLocation lookup_from = 11; -
getGroupBy
String getGroupBy()Payload field to group by, must be a string or number field. If there are multiple values for the field, all of them will be used. One point can be in multiple groups.
string group_by = 12;- Returns:
- The groupBy.
-
getGroupByBytes
com.google.protobuf.ByteString getGroupByBytes()Payload field to group by, must be a string or number field. If there are multiple values for the field, all of them will be used. One point can be in multiple groups.
string group_by = 12;- Returns:
- The bytes for groupBy.
-
getGroupSize
int getGroupSize()Maximum amount of points to return per group
uint32 group_size = 13;- Returns:
- The groupSize.
-
hasReadConsistency
boolean hasReadConsistency()Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 14;- Returns:
- Whether the readConsistency field is set.
-
getReadConsistency
Points.ReadConsistency getReadConsistency()Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 14;- Returns:
- The readConsistency.
-
getReadConsistencyOrBuilder
Points.ReadConsistencyOrBuilder getReadConsistencyOrBuilder()Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 14;
-