Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Verba

install

git clone --depth=1 https://github.com/weaviate/Verba
cd Verba
vim .env
OLLAMA_URL=http://<ollama_host>:11434
OLLAMA_MODEL=llama3.1
OLLAMA_EMBED_MODEL=mxbai-embed-large

usage

sudo docker compose --env-file .env up -d --build