@cpod/sdk - v0.2.7
    Preparing search index...

    Interface ChunkCountResponse

    Chunk count statistics response

    interface ChunkCountResponse {
        source_counts: Record<string, number>;
        source_chunks_counts: Record<string, number>;
        total_chunks?: number;
        total_documents?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    source_counts: Record<string, number>
    source_chunks_counts: Record<string, number>
    total_chunks?: number
    total_documents?: number