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

    Interface ZVecCollectionOptions

    Configuration options for opening or creating a collection.

    interface ZVecCollectionOptions {
        readOnly?: boolean;
        enableMMAP?: boolean;
    }
    Index

    Properties

    readOnly?: boolean

    Whether the collection is opened in read-only mode.

    false
    
    enableMMAP?: boolean

    Whether to use memory-mapped I/O for data files.

    true