UNPKG

@n8n/n8n-nodes-langchain

Version:
5 lines (4 loc) 345 B
import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare const NVIDIA_EMBEDDING_MODELS: string[]; export declare const DEFAULT_NVIDIA_EMBEDDING_MODEL = "nvidia/llama-3.2-nv-embedqa-1b-v2"; export declare function searchModels(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;