Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tsk 372 add jina embeddings v3 #387

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

hh-space-invader
Copy link
Contributor

@hh-space-invader hh-space-invader commented Nov 4, 2024

  • Added jina embeddings v3 with variable dimensions [32, 64, 128, 256, 512, 768, 1024] and 5 tasks:
    • retrieval.query: Used for query embeddings in asymmetric retrieval tasks
    • retrieval.passage: Used for passage embeddings in asymmetric retrieval tasks
    • separation: Used for embeddings in clustering and re-ranking applications
    • classification: Used for embeddings in classification tasks
    • text-matching: Used for embeddings in tasks that quantify similarity between two texts
  • Added support for multi task models that can be called by task_embed
  • Added support for Matryoshka Embeddings where the user can define variable output dimension

#372

@hh-space-invader hh-space-invader force-pushed the TSK-372-add-jina-embeddings-v3 branch from 831012c to 2c4d320 Compare November 4, 2024 21:09
@joein joein marked this pull request as draft December 17, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant