Enum ScalarQuantizerType
The number of bits per dimension in a Scalar Quantizer based vector index
Namespace: Couchbase.Lite.Enterprise.Query
Assembly: Couchbase.Lite.dll
Syntax
public enum ScalarQuantizerType : uint
Remarks
NOTE: This is an enterprise edition feature
Fields
| Name | Description |
|---|---|
| SQ4 | 4 bits per dimension |
| SQ6 | 6 bits per dimension |
| SQ8 | 8 bits per dimension |