unified-llm-client
    Preparing search index...

    Interface PostgresKnowledgeSpaceRecord

    interface PostgresKnowledgeSpaceRecord {
        activeEmbeddingProfileId?: string;
        botId: string;
        createdAt?: string;
        id: string;
        metadata?: Record<string, JsonValue>;
        name: string;
        tenantId: string;
        updatedAt?: string;
        visibilityScope?: RetrievalVisibilityScope;
    }
    Index

    Properties

    activeEmbeddingProfileId?: string
    botId: string
    createdAt?: string
    id: string
    metadata?: Record<string, JsonValue>
    name: string
    tenantId: string
    updatedAt?: string
    visibilityScope?: RetrievalVisibilityScope