unified-llm-client
    Preparing search index...

    Interface PgvectorHnswIndexOptions

    interface PgvectorHnswIndexOptions {
        chunksTableName?: string;
        dimensions: number;
        distanceMetric?: PostgresDistanceMetric;
        embeddingProfileId: string;
        indexName?: string;
        schemaName?: string;
    }
    Index

    Properties

    chunksTableName?: string
    dimensions: number
    distanceMetric?: PostgresDistanceMetric
    embeddingProfileId: string
    indexName?: string
    schemaName?: string