This file contains the JinaEncoder class which is used to encode text using Jina
Class to encode text using Jina. Requires a Jina API key from https://jina.ai/api-keys/
Initialize the JinaEncoder.
Arguments:
name
: The name of the embedding model to use such as “jina-embeddings-v3”.jina_api_key
(str
): The Jina API key.