Type alias VectorIndexNListsTier

VectorIndexNListsTier: {
    fixedValue: number;
    threshold: number;
}

Fixed number of centroids to use above a document count threshold.

Introduced in: ArangoDB 3.12.10

Type declaration

  • fixedValue: number

    Number of centroids to use when this tier applies.

  • threshold: number

    Minimum number of documents for this tier to apply.