unified-llm-client
    Preparing search index...

    Interface PostgresEmbeddingProfileRecord

    interface PostgresEmbeddingProfileRecord {
        botId: string;
        createdAt?: string;
        dimensions: number;
        distanceMetric?: PostgresDistanceMetric;
        id: string;
        knowledgeSpaceId: string;
        model: string;
        provider: EmbeddingProvider;
        purposeDefaults?: EmbeddingPurpose[];
        status?: string;
        taskInstruction?: string;
        tenantId: string;
        updatedAt?: string;
    }
    Index

    Properties

    botId: string
    createdAt?: string
    dimensions: number
    distanceMetric?: PostgresDistanceMetric
    id: string
    knowledgeSpaceId: string
    model: string
    purposeDefaults?: EmbeddingPurpose[]
    status?: string
    taskInstruction?: string
    tenantId: string
    updatedAt?: string