Skip to main content
Version: Main branch

superduper_jina

Superduper allows users to work with Jina Embeddings models through the Jina Embedding API.

Installation

pip install superduper_jina

API

ClassDescription
superduper_jina.client.JinaAPIClientA client for the Jina Embedding platform.
superduper_jina.model.JinaCohere predictor.
superduper_jina.model.JinaEmbeddingJina embedding predictor.

Examples

JinaEmbedding

from superduper_jina.model import JinaEmbedding
model = JinaEmbedding(identifier='jina-embeddings-v2-base-en')
model.predict('Hello world')