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

    Variable ZVecIndexTypeConst

    ZVecIndexType: {
        UNDEFINED: 0;
        HNSW: 1;
        IVF: 2;
        FLAT: 3;
        HNSW_RABITQ: 4;
        INVERT: 10;
    }

    Numeric enum object defining supported index types in Zvec.

    Type Declaration

    • ReadonlyUNDEFINED: 0
    • ReadonlyHNSW: 1
    • ReadonlyIVF: 2
    • ReadonlyFLAT: 3
    • ReadonlyHNSW_RABITQ: 4
    • ReadonlyINVERT: 10