You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

superduper-jina

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superduper-jina

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

0.9.0
pipPyPI
Maintainers
1

superduper_jina

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

Installation

pip install superduper_jina

API

  • Code
  • API-docs
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')

Keywords

databases

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts