Skip to content

rfprod/rag

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published