Skip to content

IEEE SB VIT Pune's official RAG based chatbot repository.

Notifications You must be signed in to change notification settings

IEEE-SB-VIT-Pune/ieeeChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IEEE SB VIT PUNE RAG Chatbot

A Retrieval-Augmented Generation (RAG) chatbot for IEEE Student Branch VIT Pune.

Setup Instructions

1. Environment Setup

  1. Create a virtual environment:

    python -m venv venv
  2. Activate the virtual environment:

    • Windows:

      .\venv\Scripts\activate
    • Linux/Mac:

      source venv/bin/activate
  3. Install required packages:

    pip install -r requirements.txt

2. Environment Variables

  1. Create a .env file in the root directory:

    cp .env.example .env
  2. Fill in the required environment variables in the .env file:

    MISTRAL_API_KEY=your_api_key_here

3. Running the Application

Start the backend server:

python -m backend.app

The server should now be running at http://localhost:5000 (or your configured port).

Contributing

Please read our contributing guidelines before making any changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

IEEE SB VIT Pune's official RAG based chatbot repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published