2024-12-03 11:31:38 +00:00
|
|
|
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
|
|
|
|
|
2024-12-18 13:00:54 +00:00
|
|
|
BGE embedder and reranker in an RAG pipeline. `Source <https://safjan.com/images/retrieval_augmented_generation/RAG.png>`_
|
2024-12-03 11:31:38 +00:00
|
|
|
|
|
|
|
Quickly get started with:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2024-12-18 13:00:54 +00:00
|
|
|
:caption: Start
|
2024-12-03 11:31:38 +00:00
|
|
|
|
2024-12-18 13:00:54 +00:00
|
|
|
overview
|
2024-12-03 11:31:38 +00:00
|
|
|
installation
|
2024-12-05 07:42:30 +00:00
|
|
|
quick_start
|
2024-12-18 13:00:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: Concept
|
|
|
|
|
2025-01-09 12:47:47 +00:00
|
|
|
IR
|
2025-01-17 07:38:10 +00:00
|
|
|
embedder
|
|
|
|
reranker
|
2025-03-20 11:48:26 +00:00
|
|
|
similarity
|
2024-12-05 07:42:30 +00:00
|
|
|
retrieval_demo
|