3.3 KiB
vectordb / Exports / IvfPQIndexConfig
Interface: IvfPQIndexConfig
Table of contents
Properties
- column
- index_cache_size
- index_name
- max_iters
- max_opq_iters
- metric_type
- num_bits
- num_partitions
- num_sub_vectors
- replace
- type
- use_opq
Properties
column
• Optional column: string
The column to be indexed
Defined in
index_cache_size
• Optional index_cache_size: number
Cache size of the index
Defined in
index_name
• Optional index_name: string
Note: this parameter is not supported on LanceDB Cloud
Defined in
max_iters
• Optional max_iters: number
Note: this parameter is not yet supported on LanceDB Cloud
Defined in
max_opq_iters
• Optional max_opq_iters: number
Note: this parameter is not yet supported on LanceDB Cloud
Defined in
metric_type
• Optional metric_type: MetricType
Metric type, L2 or Cosine
Defined in
num_bits
• Optional num_bits: number
Note: this parameter is not yet supported on LanceDB Cloud
Defined in
num_partitions
• Optional num_partitions: number
Note: this parameter is not yet supported on LanceDB Cloud
Defined in
num_sub_vectors
• Optional num_sub_vectors: number
Note: this parameter is not yet supported on LanceDB Cloud
Defined in
replace
• Optional replace: boolean
Note: this parameter is not yet supported on LanceDB Cloud
Defined in
type
• type: "ivf_pq"
Defined in
use_opq
• Optional use_opq: boolean
Note: this parameter is not yet supported on LanceDB Cloud