Python documentation

Quantize

Quantizer module contains the exported functions

build_index(embeddings[, index_path, ...])

Reads embeddings and creates a quantized index from them.

score_index(index_path, embeddings[, ...])

Compute metrics on a given index, use cached ground truth for fast scoring the next times.

tune_index(index_path, index_key[, ...])

Set hyperparameters to the given index.