This is a Retrieval-Augmented Generation (RAG) application that enhances AI responses by incorporating relevant context from a knowledge base.
- Python 3.8+
- pip package manager
- Clone the repository
git clone <repository-url>
cd rag- Create and activate virtual environment
python -m venv venv
source venv/bin/activate # For Unix/MacOS
# OR
.\venv\Scripts\activate # For Windows- Install dependencies
pip install -r requirements.txtInstructions for running the application will be added soon.
MIT License