Package io.qdrant.client.grpc
Interface Collections.VectorParamsDiffOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collections.VectorParamsDiff
,Collections.VectorParamsDiff.Builder
- Enclosing class:
- Collections
public static interface Collections.VectorParamsDiffOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionUpdate params for HNSW index.Update params for HNSW index.boolean
If true - serve vectors from disk.Update quantization params.Update quantization params.boolean
Update params for HNSW index.boolean
If true - serve vectors from disk.boolean
Update quantization params.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasHnswConfig
boolean hasHnswConfig()Update params for HNSW index. If empty object - it will be unset
optional .qdrant.HnswConfigDiff hnsw_config = 1;
- Returns:
- Whether the hnswConfig field is set.
-
getHnswConfig
Collections.HnswConfigDiff getHnswConfig()Update params for HNSW index. If empty object - it will be unset
optional .qdrant.HnswConfigDiff hnsw_config = 1;
- Returns:
- The hnswConfig.
-
getHnswConfigOrBuilder
Collections.HnswConfigDiffOrBuilder getHnswConfigOrBuilder()Update params for HNSW index. If empty object - it will be unset
optional .qdrant.HnswConfigDiff hnsw_config = 1;
-
hasQuantizationConfig
boolean hasQuantizationConfig()Update quantization params. If none - it is left unchanged.
optional .qdrant.QuantizationConfigDiff quantization_config = 2;
- Returns:
- Whether the quantizationConfig field is set.
-
getQuantizationConfig
Collections.QuantizationConfigDiff getQuantizationConfig()Update quantization params. If none - it is left unchanged.
optional .qdrant.QuantizationConfigDiff quantization_config = 2;
- Returns:
- The quantizationConfig.
-
getQuantizationConfigOrBuilder
Collections.QuantizationConfigDiffOrBuilder getQuantizationConfigOrBuilder()Update quantization params. If none - it is left unchanged.
optional .qdrant.QuantizationConfigDiff quantization_config = 2;
-
hasOnDisk
boolean hasOnDisk()If true - serve vectors from disk. If set to false, the vectors will be loaded in RAM.
optional bool on_disk = 3;
- Returns:
- Whether the onDisk field is set.
-
getOnDisk
boolean getOnDisk()If true - serve vectors from disk. If set to false, the vectors will be loaded in RAM.
optional bool on_disk = 3;
- Returns:
- The onDisk.
-