interface EmbeddingsHuggingFaceInferenceNodeParameters {
modelName?: string;
options?: {
endpointUrl?: string;
provider?:
| "auto"
| "black-forest-labs"
| "cerebras"
| "cohere"
| "fal-ai"
| "featherless-ai"
| "fireworks-ai"
| "groq"
| "hf-inference"
| "hyperbolic"
| "nebius"
| "novita"
| "nscale"
| "openai"
| "ovhcloud"
| "replicate"
| "sambanova"
| "together";
};
}
Properties§
Source§readonly options?: {
endpointUrl?: string;
provider?:
| "auto"
| "black-forest-labs"
| "cerebras"
| "cohere"
| "fal-ai"
| "featherless-ai"
| "fireworks-ai"
| "groq"
| "hf-inference"
| "hyperbolic"
| "nebius"
| "novita"
| "nscale"
| "openai"
| "ovhcloud"
| "replicate"
| "sambanova"
| "together";
}
readonly options?: {
endpointUrl?: string;
provider?:
| "auto"
| "black-forest-labs"
| "cerebras"
| "cohere"
| "fal-ai"
| "featherless-ai"
| "fireworks-ai"
| "groq"
| "hf-inference"
| "hyperbolic"
| "nebius"
| "novita"
| "nscale"
| "openai"
| "ovhcloud"
| "replicate"
| "sambanova"
| "together";
}
Additional options to add Default: {}
The model name to use from HuggingFace library Default: "sentence-transformers/distilbert-base-nli-mean-tokens"