View on GitHub

vrbm-AI Documentation

Official documentation for the vrbm-AI Python library

Installation

vrbm‑AI requires:

Install vrbm‑AI

Run:

pip install vrbm-ai

Or install locally in editable mode:

pip install -e .

Install Ollama

Download Ollama (recommended version 0.32.5) from:

https://ollama.com

Make sure the Ollama server is running at http://localhost:11434/.

Verify installation

Example:

from vrbm import generate
print(generate("Give me a number.", output_type="int"))

If you see a valid integer, everything is working.


home next >