Input parameters for the Jina embeddings

interface JinaEmbeddingsParams {
    apiKey?: string;
    model?: string;
}

Hierarchy (view full)

Implemented by

Properties

Properties

apiKey?: string

The API key to use for authentication. If not provided, it will be read from the JINA_API_KEY environment variable.

model?: string

The model ID to use for generating embeddings. Default: jina-embeddings-v2-base-en