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

[Feature]: jina-clip-v1 #187

Open
ppaanngggg opened this issue Oct 31, 2024 · 2 comments
Open

[Feature]: jina-clip-v1 #187

ppaanngggg opened this issue Oct 31, 2024 · 2 comments

Comments

@ppaanngggg
Copy link

What problem does the new feature solve?

jina-clip-v1 is the best multi-modal embedding model now.

What does the feature do?

It can be used to build better image retrieval application.

Implementation challenges

According to the api https://jina.ai/?sui&model=jina-clip-v1

We need to pass plain text as

{
  "text": "A blue cat"
}

or image from url or base64 encoded as

{
  "image": "https://i.pinimg.com/600x315/21/48/7e/21487e8e0970dd366dafaed6ab25d8d8.jpg"
},
{
  "image": "R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAosJ6mu7fiyZeKqNKToQGDsM8hBADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImbKC5Gm2hB0SlBCBMQiB0UjIQA7"
}

Are you going to work on this feature?

🆘 No, could someone else please consider working on it?

@pbarker
Copy link

pbarker commented Nov 7, 2024

+1 also consider supporting any multimodal embedding model. This is the biggest blocker to us adopting

Copy link
Contributor

We are currently figuring a list of integrations and the priority in which we are going to tackle them. We'll keep this one in mind during our planning.

Thanks for submitting the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants