Type alias NearestNeighborsAnalyzerDescription
NearestNeighborsAnalyzerDescription: GenericAnalyzerDescription & { properties: { model_location: string; top_k: number; }; type: "nearest_neighbors"; } Type declaration
properties: {
model_location: string;
top_k: number;
}
model_location: string
top_k: number
type: "nearest_neighbors"
(Enterprise Edition only.) An object describing a NearestNeighbors Analyzer