Options for similarity search

interface SimilaritySearchOptions {
    dimensions?: number;
    fileExtensions?: string[];
    limit?: number;
    model?: string;
    projectId?: string;
    threshold?: number;
}

Properties

dimensions?: number
fileExtensions?: string[]
limit?: number
model?: string
projectId?: string
threshold?: number