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

Hierarchy (view full)

Implemented by

Properties

Properties

apiKey?: string
modelName?: string

Generated using TypeDoc