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

    Interface ZVecCreateIndexOptions

    Configuration options for creating a new index on a field.

    interface ZVecCreateIndexOptions {
        concurrency?: number;
    }
    Index

    Properties

    Properties

    concurrency?: number

    Number of threads to use during index creation. If 0, auto-detect is used.

    0