mirror of
https://github.com/FlagOpen/FlagEmbedding.git
synced 2025-06-27 02:39:58 +00:00
31 lines
612 B
ReStructuredText
31 lines
612 B
ReStructuredText
Introduction
|
|
============
|
|
|
|
BGE builds one-stop retrieval toolkit for search and RAG. We provide inference, evaluation, and fine-tuning for embedding models and reranker.
|
|
|
|
.. figure:: ../_static/img/RAG_pipeline.png
|
|
:width: 700
|
|
:align: center
|
|
|
|
BGE embedder and reranker in an RAG pipeline. `Source <https://safjan.com/images/retrieval_augmented_generation/RAG.png>`_
|
|
|
|
Quickly get started with:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Start
|
|
|
|
overview
|
|
installation
|
|
quick_start
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Concept
|
|
|
|
IR
|
|
embedder
|
|
reranker
|
|
similarity
|
|
retrieval_demo |