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

    Interface HnswPersistenceRow

    Metadata for one embedding row admitted into an HNSW generation.

    interface HnswPersistenceRow {
        chunk_index: number;
        kind: EmbedChunkKind;
        line_end: number;
        line_start: number;
        rel_path: string;
        text_preview: string;
    }
    Index
    chunk_index: number

    Zero-based chunk index within the source.

    Source kind admitted by the embedding schema.

    line_end: number

    One-based inclusive source line range end.

    line_start: number

    One-based inclusive source line range start.

    rel_path: string

    Vault-relative source path.

    text_preview: string

    Bounded persisted preview associated with the vector.