This project “RAG Best Practices” aims to collect and demonstrate recommended practices for Retrieval-Augmented Generation systems. It’s intended as a reference or template for building RAG pipelines.
git clone https://github.com/GeneWhisperer/RAG_Best_Practices.git
cd RAG_Best_Practices
pip install -r requirements.txt
python app.py
You may specify additional command-line arguments or configurations as needed (e.g. `--config config.yaml`, or environment variables etc.).
This project is released under Apache 2.0