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).
Follow these steps to set up the project locally:
- Clone the repository (You can use HTTPS too):
$ git clone [email protected]:TurkuNLP/RAG-web-app.git
- Create a virtual environment :
$ python3 -m venv env
Note: Replace env with your preferred environment name.
- Activate the virtual environment :
$ .\env\Scripts\activate
- Install dependencies :
$ pip install -r /path/to/requirements.txt