@conciergus/chat - v0.3.1
    Preparing search index...

    Interface SourceCluster

    Source cluster for grouping related sources

    interface SourceCluster {
        id: string;
        label: string;
        sources: EnhancedSource[];
        relevanceScore: number;
        topic?: string;
        color?: string;
    }
    Index

    Properties

    id: string

    Cluster ID

    label: string

    Cluster label

    sources: EnhancedSource[]

    Sources in cluster

    relevanceScore: number

    Cluster relevance score

    topic?: string

    Cluster topic

    color?: string

    Cluster color