Open
Description
Prerequisites
- I am running the latest code. Mention the version if possible as well.
- I carefully followed the README.md.
- I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- I reviewed the Discussions, and have a new and useful enhancement to share.
Feature Description
https://huggingface.co/BAAI/bge-m3 is an embedding model that supports both dense and sparse embeddings/retrieval. I can use llama-server /v1/embeddings endpoint to generate dense embeddings. Can llama-server optionally generate sparse vectors using BM25 lexical score?
Motivation
Enhancement to use a single model to support all bge-m3 capabilities
Possible Implementation
No response