Skip to main content

Text Embedding Models

Jina embeddings are used to generate embeddings for text and image data. You also need to set the JINA_API_KEY environment variable to use the Jina API. You can find a list of supported models under https://jina.ai/embeddings/ Supported parameters (to be passed in create method) are:
ParameterTypeDefault ValueDescription
namestr"jina-clip-v1"The model ID of the jina model to use
Usage Example:

Multimodal Embedding Models

Jina embeddings can also be used to embed both text and image data, only some of the models support image data and you can check the list under https://jina.ai/embeddings/ Supported parameters (to be passed in create method) are:
ParameterTypeDefault ValueDescription
namestr"jina-clip-v1"The model ID of the jina model to use
Usage Example: