Skip to content

TurkuNLP/RAG-web-app

Repository files navigation

RAG Web App Project

This project focuses on developing a web application that enables private corporations to retrieve documentation. The application allows users to obtain information about variables or techniques used in their technologies through question answering, utilizing Large Language Models (LLMs).

Getting Started

Follow these steps to set up the project locally:

  1. Clone the repository (You can use HTTPS too):
    $ git clone [email protected]:TurkuNLP/RAG-web-app.git
  2. Create a virtual environment :
    $ python3 -m venv env

Note: Replace env with your preferred environment name.

  1. Activate the virtual environment :
    $ .\env\Scripts\activate
    
  2. Install dependencies :
    $ pip install -r /path/to/requirements.txt