@squidcloud/client
    Preparing search index...

    Interface RebuildKnowledgeBaseGraphRequest

    Request structure for enqueuing a GraphRAG rebuild/backfill of a knowledge base.

    interface RebuildKnowledgeBaseGraphRequest {
        knowledgeBaseId: string;
        mode?: KnowledgeBaseGraphRebuildMode;
    }
    Index

    Properties

    knowledgeBaseId: string

    The id of the AiKnowledgeBase.

    What to recompute (see KnowledgeBaseGraphRebuildMode). Default 'full'.