@ptkl/sdk - v1.18.0
    Preparing search index...

    Type Alias KnowledgeBaseSearchChunk

    type KnowledgeBaseSearchChunk = {
        chunk_index: number;
        document_name: string;
        document_uuid: string;
        score: number;
        text: string;
    }
    Index

    Properties

    chunk_index: number
    document_name: string
    document_uuid: string
    score: number
    text: string