Querylight TS Demo

VectorFieldIndexOptions

Tuning options for locality-sensitive hashing in VectorFieldIndex.

Back to docs search

Reference Entry

VectorFieldIndexOptions

API Reference · foundation · order 138

Tuning options for locality-sensitive hashing in VectorFieldIndex.

VectorFieldIndexOptions

Tuning options for locality-sensitive hashing in VectorFieldIndex.

Declaration

interface VectorFieldIndexOptions

Members

hashBitsPerTable

```ts hashBitsPerTable?: number ``` Number of random projections used to build each hash table bucket key.

scorer

```ts scorer?: VectorScorer ``` Dense scoring backend used for preparing and scoring candidate vectors.