Chat with your business data — emails, docs, spreadsheets.
Project description
Verra One
Chat with all your business data — emails, documents, spreadsheets. Runs locally with Ollama or connects to Claude/OpenAI.
Install
curl -fsSL https://raw.githubusercontent.com/ConnorBerghoffer/verra-one/main/install.sh | sh
Or with pip:
pip install verra-one
Then run verra — first run walks you through setup.
What it does
- Ingest folders, Gmail, Google Drive, Outlook — keeps syncing in the background
- Search across everything with hybrid retrieval (vector + metadata + keyword)
- Chat with your data — answers cite sources, refuses to guess
- Briefing — surfaces stale leads, overdue commitments, expiring contracts
- Actions — draft emails, set reminders, take notes through the chat
- Deploy —
verra deploy user@serversets up everything remotely via SSH
Commands
verra # chat
verra ingest ~/Documents # add a folder
verra gmail you@gmail.com # connect Gmail
verra search "pricing" # search without LLM
verra briefing # what needs attention
verra serve --port 8484 # HTTP API for building UIs
verra status # what's ingested
verra delete --source email # remove data
Full list: verra --help
API
verra serve starts a FastAPI server with endpoints for chat, search, documents, entities, and briefing. OpenAPI docs at /docs.
Models
Works with any LLM via LiteLLM. Recommended local model: llama3.1:8b via Ollama.
PDF extraction
Uses pypdf (MIT) by default. For better quality on complex PDFs:
pip install "verra-one[pymupdf]"
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file verra_one-0.1.2.tar.gz.
File metadata
- Download URL: verra_one-0.1.2.tar.gz
- Upload date:
- Size: 196.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6e3a7253ef8504cf478f56e71efe8539bf254c976067ff55b3d203fb990c8a9
|
|
| MD5 |
39c1053baaa0d76ec8d65885fbafc9fe
|
|
| BLAKE2b-256 |
4a4c77e86a6e857d5929265ff3bc3de6ff1d627d60ae94927bfc34398dc2e280
|
File details
Details for the file verra_one-0.1.2-py3-none-any.whl.
File metadata
- Download URL: verra_one-0.1.2-py3-none-any.whl
- Upload date:
- Size: 153.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d68300cfdebe40697747bab31b99941797be9be0511f95b918635386a4e00b4f
|
|
| MD5 |
2e8d5e5536462d6906ec23dd2f64f340
|
|
| BLAKE2b-256 |
04af582d048c8077c90512411cf400560ed72fe34a96ff99eb900511ae6586f0
|