1 min read
Corrective Retrieval Augmented Generation

corrective-rag-llama3

alt text

Corrective RAG application using LLAMA3 8B

Installation Instructions

  1. Install Ollama and LLAMA3 8B:Instruct.

  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Run the webapp:

    streamlit run app.py
    

License

MIT License