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]: How can I get embedding result from images? Can Qwen2.5-vl-7b do this? #14348

Open
1 task done
LwengGitHub opened this issue Mar 6, 2025 · 1 comment
Open
1 task done
Labels
feature request New feature or request

Comments

@LwengGitHub
Copy link

🚀 The feature, motivation and pitch

URL:XXXXXXX:8000/v1/embeddings
###############################
{
"model": "qwen2.5-vl-7b",
"encoding_format": "float",
"messages": [
{
"role": "user",
"content": [
{
"type": "image_url",
"image_url": {
"url": "data:image/png;base64,[base64_info]"
}
}
]
}
]
}

Alternatives

No response

Additional context

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
@LwengGitHub LwengGitHub added the feature request New feature or request label Mar 6, 2025
@DarkLight1337
Copy link
Member

I assume you are talking about getting the image embeddings (i.e. output of visual encoder) without running the language backbone. No, this is not supported yet.

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

No branches or pull requests

2 participants