Skip to content

vectordb / Exports / IvfPQIndexConfig

Interface: IvfPQIndexConfig

Table of contents

Properties

Properties

column

β€’ Optional column: string

The column to be indexed

Defined in

index.ts:1282


index_cache_size

β€’ Optional index_cache_size: number

Cache size of the index

Defined in

index.ts:1331


index_name

β€’ Optional index_name: string

A unique name for the index

Defined in

index.ts:1287


max_iters

β€’ Optional max_iters: number

The max number of iterations for kmeans training.

Defined in

index.ts:1302


max_opq_iters

β€’ Optional max_opq_iters: number

Max number of iterations to train OPQ, if use_opq is true.

Defined in

index.ts:1321


metric_type

β€’ Optional metric_type: MetricType

Metric type, L2 or Cosine

Defined in

index.ts:1292


num_bits

β€’ Optional num_bits: number

The number of bits to present one PQ centroid.

Defined in

index.ts:1316


num_partitions

β€’ Optional num_partitions: number

The number of partitions this index

Defined in

index.ts:1297


num_sub_vectors

β€’ Optional num_sub_vectors: number

Number of subvectors to build PQ code

Defined in

index.ts:1312


replace

β€’ Optional replace: boolean

Replace an existing index with the same name if it exists.

Defined in

index.ts:1326


type

β€’ type: "ivf_pq"

Defined in

index.ts:1333


use_opq

β€’ Optional use_opq: boolean

Train as optimized product quantization.

Defined in

index.ts:1307