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

    Variable ZVecIndexTypeConst

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

    Numeric enum object defining supported index types in Zvec.

    Type Declaration

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