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

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

Hierarchy

  • EmbeddingsParams
    • HuggingFaceInferenceEmbeddingsParams

Implemented by

Properties

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

Generated using TypeDoc