Interface Points.QuantizationSearchParamsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.QuantizationSearchParams,Points.QuantizationSearchParams.Builder
- Enclosing class:
Points
public static interface Points.QuantizationSearchParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIf set to true, search will ignore quantized vector databooleanIf true, use original vectors to re-score top-k results.booleanIf set to true, search will ignore quantized vector databooleanIf true, use original vectors to re-score top-k results.Methods 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
-
hasIgnore
boolean hasIgnore()If set to true, search will ignore quantized vector data
optional bool ignore = 1;- Returns:
- Whether the ignore field is set.
-
getIgnore
boolean getIgnore()If set to true, search will ignore quantized vector data
optional bool ignore = 1;- Returns:
- The ignore.
-
hasRescore
boolean hasRescore()If true, use original vectors to re-score top-k results. Default is true.
optional bool rescore = 2;- Returns:
- Whether the rescore field is set.
-
getRescore
boolean getRescore()If true, use original vectors to re-score top-k results. Default is true.
optional bool rescore = 2;- Returns:
- The rescore.
-