vllm icon indicating copy to clipboard operation
vllm copied to clipboard

[Feature]: How can I get embedding result from images? Can Qwen2.5-vl-7b do this?

Open LwengGitHub opened this issue 9 months ago • 1 comments

🚀 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...

  • [x] 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 avatar Mar 06 '25 09:03 LwengGitHub

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.

DarkLight1337 avatar Mar 06 '25 14:03 DarkLight1337

This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you!

github-actions[bot] avatar Jun 05 '25 02:06 github-actions[bot]

This issue has been automatically closed due to inactivity. Please feel free to reopen if you feel it is still relevant. Thank you!

github-actions[bot] avatar Jul 05 '25 02:07 github-actions[bot]