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 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

       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.