unified-llm-client
    Preparing search index...

    Interface PostgresKnowledgeSourceListOptions

    interface PostgresKnowledgeSourceListOptions {
        botId: string;
        embeddingProfileId?: string;
        knowledgeSpaceId: string;
        limit?: number;
        statuses?: KnowledgeSourceStatus[];
        tenantId: string;
    }
    Index

    Properties

    botId: string
    embeddingProfileId?: string
    knowledgeSpaceId: string
    limit?: number
    tenantId: string