- Notifications
You must be signed in to change notification settings - Fork0
License
NotificationsYou must be signed in to change notification settings
rfprod/rag
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
In order to run own copy of the project one must fulfill the following requirements.
It is recommended to use a virtual environment to work on this project.
The following sequence of commands creates an environment, activates the environment, and installs project dependencies.
python3 -m venv~/path-to-venv; \source~/path-to-venv/bin/activate; \ pip3 install -r ./requirements.txt
Usingcommitizen cli is mandatory.