unified-llm-client
    Preparing search index...

    Interface PostgresMarkKnowledgeSourcesNeedingReindexOptions

    interface PostgresMarkKnowledgeSourcesNeedingReindexOptions {
        botId: string;
        fromEmbeddingProfileId?: string;
        knowledgeSpaceId: string;
        tenantId: string;
        toEmbeddingProfileId: string;
    }
    Index

    Properties

    botId: string
    fromEmbeddingProfileId?: string
    knowledgeSpaceId: string
    tenantId: string
    toEmbeddingProfileId: string