Zvec Node.js API Reference
    Preparing search index...

    Interface ZVecQuantizerParams

    Additional configuration for vector quantization.

    interface ZVecQuantizerParams {
        enableRotate?: boolean;
    }
    Index

    Properties

    Properties

    enableRotate?: boolean

    Whether to rotate vectors before integer quantization to reduce quantization error.

    false