This repository contains the code for an internship project that implements a RAG Backend.
git clone https://github.com/shryesth/llm-chatbot.git- Create a file named
.envin the root directory of the project. - Add the following lines to the
.envfile, replacing the placeholders with your actual API keys:
GEMMA_TOKEN=xxxxxxxxxx
GOOGLE_API_KEY=xxxxxxxxxx- Note: Gemma token is Hugging Face API Key.
pip install -r requirements.txtpython src/runner.py- Due to GPU limitations, the project wasn't able to fully test the GEMMA local LLM. However, responses were still obtained.
- Make a GET request on server to obtain endpoints.