Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 846 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 846 Bytes

RAG application based on Ollama

Commitizen friendly

Requirments

In order to run own copy of the project one must fulfill the following requirements.

Core dependencies

Virtual environments

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

Committing changes to the repo

Using commitizen cli is mandatory.