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

    Interface HnswPersistenceReceipt

    Exact SQLite-generation authority used to admit a persisted HNSW graph.

    interface HnswPersistenceReceipt {
        activeRows: number;
        dbInstanceUuid: string;
        dbMutationEpoch: number;
        dbPayloadSha256: string;
        dim: number;
        liveLabelSha256: string;
        maxLabel: number;
        signature: string;
        version: 3;
    }
    Index
    activeRows: number

    Number of fully admitted, non-quarantined embedding rows.

    dbInstanceUuid: string

    Cryptographic identity of the physical EmbedDb generation.

    dbMutationEpoch: number

    Monotonic durable mutation epoch captured with every other receipt field.

    dbPayloadSha256: string

    SHA-256 over configuration, source receipts, row metadata, and raw vector bytes.

    dim: number

    Trusted embedding dimension.

    liveLabelSha256: string

    SHA-256 over the ordered live-label manifest.

    maxLabel: number

    Largest admitted native label, or zero for an empty snapshot.

    signature: string

    Human-readable composite containing both cryptographic manifests.

    version: 3

    Receipt schema version.