@squidcloud/client
    Preparing search index...

    Interface BulkIngestionUpsertContextsRequest

    Request structure for staging contexts through bulk ingestion: a durable, asynchronous lane that processes contexts through provider batch APIs rather than inline, for high-volume ingestion. Poll BulkIngestionJobStatusResponse with the returned job id for progress.

    interface BulkIngestionUpsertContextsRequest {
        contexts: BulkIngestionContext[];
        knowledgeBaseId: string;
    }
    Index

    The contexts to stage; each becomes one bulk-ingestion file.

    knowledgeBaseId: string

    The id of the AiKnowledgeBase to ingest into.