#34 · Primary category: Knowledge Base & RAG

FlagEmbedding

embeddings information-retrieval llm retrieval-augmented-generation sentence-embeddings text-semantic-similarity

Retrieval and Retrieval-augmented LLMs

Project last updated:08/24/26

GitHub Stars

12.1K

Forks

909

Contributors

72

License

MIT

Why we included this project

FlagEmbedding is where the BGE model family lives, and BGE has become the default choice for teams building the retrieval side of search and RAG systems. Rather than wiring together scattered pieces, you get dense, sparse, and multi-vector embedding models alongside cross-encoder rerankers in one codebase, which covers the whole retrieve-then-rank flow. The repo targets people adding semantic search to a knowledge base or feeding relevant documents to a language model, and it ships fine-tuning scripts and evaluation tooling that have been exercised on multilingual and cross-lingual tasks. It also carries research spinoffs such as BGE-M3 and multimodal embedding models, useful when retrieval spans languages or image-text pairs. The MIT license and permissive model weights keep commercial adoption simple.

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