A Retrieval-Augmented Generation (RAG) chatbot for IEEE Student Branch VIT Pune.
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
-
Windows:
.\venv\Scripts\activate
-
Linux/Mac:
source venv/bin/activate
-
-
Install required packages:
pip install -r requirements.txt
-
Create a
.env
file in the root directory:cp .env.example .env
-
Fill in the required environment variables in the
.env
file:MISTRAL_API_KEY=your_api_key_here
Start the backend server:
python -m backend.app
The server should now be running at http://localhost:5000
(or your configured port).
Please read our contributing guidelines before making any changes.
This project is licensed under the MIT License - see the LICENSE file for details.