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

    Interface HnswPublicationReceiptSink

    Caller-owned output slot populated by HnswIndex.saveTo once the immutable generation is ready for meta-last publication. The receipt is a cleanup candidate, not proof that publication committed: callers may pass it to the internal stale-generation cleanup helper, which also compares the live pointer's EmbedDb generation while holding the publisher lease.

    interface HnswPublicationReceiptSink {
        receipt?: Readonly<HnswPublicationReceipt>;
    }
    Index
    receipt?: Readonly<HnswPublicationReceipt>

    Candidate generation for conditional post-publication cleanup.