-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Maryam Teimouri edited this page Jul 31, 2024
·
1 revision
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 git@github.com: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