@squidcloud/client
    Preparing search index...

    Interface KnowledgeBaseGraphEdge

    interface KnowledgeBaseGraphEdge {
        source: string;
        target: string;
        type: string;
        weight: number;
    }
    Index

    Properties

    source: string

    Source node id.

    target: string

    Target node id.

    type: string

    Relationship label.

    weight: number

    Co-mention weight.