#120 · Primary category: Knowledge Base & RAG

WeMM-Embedding

embedding-models multimodal multimodal-llm

WeMM-Embedding is a family of universal multimodal embedding models by the WeChat Vision Team at Tencent, supporting multimodal understanding and retrieval.

Project last updated:08/28/26

GitHub Stars

915

Forks

61

Contributors

3

License

Apache-2.0

Why we included this project

Retrieval over a mix of screenshots, product photos, scanned pages, and short video clips usually means juggling separate encoders per content type. WeMM-Embedding maps all of those into one shared vector space, so a query about a picture inside a report can match the image, the surrounding text, or an interleaved layout without separate machinery. The repo ships inference examples for both Transformers and Sentence Transformers, plus serving paths through vLLM and SGLang, which keeps the integration work small if you already run an embedding stack. Matryoshka dimensions let you trade storage and latency against accuracy per deployment instead of committing to one fixed vector size. Benchmark results are strong, though audio is not supported and the largest checkpoints run to several gigabytes, so this.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category