Share via


VectorSearchCompressionRescoreStorageMethod type

Defines values for VectorSearchCompressionRescoreStorageMethod.
KnownVectorSearchCompressionRescoreStorageMethod can be used interchangeably with VectorSearchCompressionRescoreStorageMethod, this enum contains the known values that the service supports.

Known values supported by the service

preserveOriginals: This option preserves the original full-precision vectors. Choose this option for maximum flexibility and highest quality of compressed search results. This consumes more storage but allows for rescoring and oversampling.
discardOriginals: This option discards the original full-precision vectors. Choose this option for maximum storage savings. Since this option does not allow for rescoring and oversampling, it will often cause slight to moderate reductions in quality.

type VectorSearchCompressionRescoreStorageMethod = string