ragflow
ragflow copied to clipboard
[Feature Request]: Will you support Qwen3-Embedding model series?
Self Checks
- [x] I have searched for existing issues search for existing issues, including closed ones.
- [x] I confirm that I am using English to submit this report (Language Policy).
- [x] Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
- [x] Please do not modify this template :) and fill in all the required fields.
Is your feature request related to a problem?
Describe the feature you'd like
I have reviewed the example code for Qwen3-Embedding inference and noticed it differs from BGE-M3. Do you plan to support this model in the near future?
Describe implementation you've considered
No response
Documentation, adoption, use case
Additional information
No response
@eternalgogi92 Definitely will.
Related issue: https://github.com/infiniflow/ragflow/issues/8156
There are three cases:
- If you deploy Qwen3-Embedding through other frameworks, it's easy because RAGFlow does not care what kind of embedding model is used actually.
- If what you wanted is to provide Qwen3-Embedding within RAGFlow package such that you can use the builtin support from RAGFlow embedding serving service, we do not have such a plan because it will introduce lots of extra dependencies. Actually, RAGFlow plan not to use any builtin embedding services in future.
- If you hope to use Qwen3-Embedding through some SaaS API, we will provide soon.
Already in use
VLLM_USE_MODELSCOPE=True vllm serve Qwen/Qwen3-Embedding-4B