enquire-mcp API reference - v4.0.0-rc.7
    Preparing search index...

    Interface EmbedKindAudit

    Read-only completeness summary for one embedding content kind.

    interface EmbedKindAudit {
        declared_chunks: number;
        indexed_chunks: number;
        indexed_files: number;
        mismatched_files: number;
    }
    Index
    declared_chunks: number

    Sum of the per-file chunk counts declared in source_state.

    indexed_chunks: number

    Actual embedding rows stored for the requested kind.

    indexed_files: number

    Files declared as indexed in source_state for the requested kind.

    mismatched_files: number

    Unique paths whose declaration, row structure, vector encoding, or contiguous index range is invalid, plus embedding-only paths and invalid content-kind rows.