Result of document ingestion

interface IngestResult {
    documentsIngested: number;
    chunksCreated: number;
    documentIds: string[];
}

Properties

documentsIngested: number

Number of documents ingested

chunksCreated: number

Number of chunks created

documentIds: string[]

IDs of ingested documents/chunks