@squidcloud/client
    Preparing search index...

    Interface UpsertContextsOptions

    Options for upserting knowledge base contexts.

    interface UpsertContextsOptions {
        onUploaded?: () => void;
    }
    Index

    Properties

    Properties

    onUploaded?: () => void

    Called once the request payload has been uploaded and accepted by the server. Server-side ingestion (extraction, embedding) continues after this callback; the returned promise resolves only when ingestion completes.