Interface Collections.ProductQuantizationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Collections.ProductQuantization, Collections.ProductQuantization.Builder
Enclosing class:
Collections

public static interface Collections.ProductQuantizationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If true - quantized vectors always will be stored in RAM, ignoring the config of main storage
    Compression ratio
    int
    Compression ratio
    boolean
    If true - quantized vectors always will be stored in RAM, ignoring the config of main storage

    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

    • getCompressionValue

      int getCompressionValue()
       Compression ratio
       
      .qdrant.CompressionRatio compression = 1;
      Returns:
      The enum numeric value on the wire for compression.
    • getCompression

       Compression ratio
       
      .qdrant.CompressionRatio compression = 1;
      Returns:
      The compression.
    • hasAlwaysRam

      boolean hasAlwaysRam()
       If true - quantized vectors always will be stored in RAM, ignoring the config of main storage
       
      optional bool always_ram = 2;
      Returns:
      Whether the alwaysRam field is set.
    • getAlwaysRam

      boolean getAlwaysRam()
       If true - quantized vectors always will be stored in RAM, ignoring the config of main storage
       
      optional bool always_ram = 2;
      Returns:
      The alwaysRam.