Projects

Overview

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.

Setup

  1. Clone the repository:
    git clone https://github.com/GeneWhisperer/RAG_Best_Practices.git
    cd RAG_Best_Practices
  2. Install dependencies:
    pip install -r requirements.txt
  3. (Optional) Add environment variables or configuration instructions here.

Usage

python app.py

You may specify additional command-line arguments or configurations as needed (e.g. `--config config.yaml`, or environment variables etc.).

Contributing

  1. Fork the repo and create a feature branch.
  2. Submit a Pull Request describing your changes.

License

This project is released under Apache 2.0