@squidcloud/client
    Preparing search index...

    Interface AiKnowledgeBaseGraphContext

    The subgraph traversed to answer a searchMode:'graph' query. Additive/optional — returned only when graphOptions.includeGraphContext is set; clients that ignore it are unaffected.

    interface AiKnowledgeBaseGraphContext {
        entities: AiKnowledgeBaseGraphContextEntity[];
        relationships: AiKnowledgeBaseGraphContextRelationship[];
    }
    Index

    Properties

    Entities reached by the traversal, sorted by score descending.

    Outgoing relationships between reached entities.