d-RAG is a simple yet powerful chat application that enables users to engage in real-time conversations with a conversational language model. This application utilizes the Rag (Retrieval-Augmented Generation) framework to enhance the chat experience by combining the benefits of retrieval-based and generative models.
- Python (version 3.6 or higher)
- Git
- Clone the repository:
git clone https://github.com/rumbleFTW/d-RAG.git
- Navigate to the project directory:
cd d-RAG
- Install dependencies:
pip install -r requirements.txt
Run the application:
python app.py