Interface that extends EmbeddingsParams and defines additional parameters specific to the HuggingFaceInferenceEmbeddings class.

interface HuggingFaceInferenceEmbeddingsParams {
    apiKey?: string;
    endpointUrl?: string;
    model?: string;
}

Hierarchy (view full)

  • Toolkit
    • HuggingFaceInferenceEmbeddingsParams

Implemented by

Properties

apiKey?: string
endpointUrl?: string
model?: string

Generated using TypeDoc