Documentation
    Preparing search index...
    interface QmdEngineConfig {
        collectionName?: string;
        preferCli?: boolean;
        qmdExecutable?: string;
        storageDir?: string;
    }
    Index

    Properties

    collectionName?: string

    Name of the QMD collection. Default: 'default'.

    preferCli?: boolean

    Force execution via CLI binary when available. Default: auto-detect.

    qmdExecutable?: string

    Path to QMD CLI binary. Default: 'qmd'.

    storageDir?: string

    Root directory storing Markdown files for indexing.