Skip to content

DLR-SC/RAG-Sphere

Repository files navigation

RAGLib Logo

A Unified Library of Retrieval-Augmented Generation Techniques with Implementations, Comparisons, and a Practical Selection Guide

🔧 Getting Started

To preview the documentation locally:

  1. Install the required dependencies listed in 'requirements.txt' .
pip install -r requirements.txt

You can install the minimal requirements for the documentation page using:

pip install mkdocs mkdocs-material mkdocs-jupyter
  1. Start the development server:
mkdocs serve
  1. Open your browser and navigate to: http://127.0.0.1:8000

    The documentation will automatically reload as you edit the files

🔧 Build the Documentation (Optional)

To build the static site for deployment:

mkdocs build

The site will be generated in the site/ directory.


🚀 Quickstart Guide

  • Check out the Notebook
  • See the slides for more information (RAGLIB.pptx)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published