A Unified Library of Retrieval-Augmented Generation Techniques with Implementations, Comparisons, and a Practical Selection Guide
To preview the documentation locally:
- Install the required dependencies listed in 'requirements.txt' .
pip install -r requirements.txtYou can install the minimal requirements for the documentation page using:
pip install mkdocs mkdocs-material mkdocs-jupyter- Start the development server:
mkdocs serve-
Open your browser and navigate to: http://127.0.0.1:8000
The documentation will automatically reload as you edit the files
To build the static site for deployment:
mkdocs buildThe site will be generated in the site/ directory.
- Check out the Notebook
- See the slides for more information (RAGLIB.pptx)

