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

    Interface ZVecAddColumnOptions

    Configuration options for adding a new column to a collection.

    interface ZVecAddColumnOptions {
        concurrency?: number;
    }
    Index

    Properties

    Properties

    concurrency?: number

    Number of threads to use when backfilling data for the new column. If 0, auto-detect is used.

    0