What you can do
- Store documents locally with Parquet segments and index sidecars
- Run text, vector, and hybrid search from Python or SQL
- Inspect retrieval provenance: per-tier candidate lists, drop reasons, latency
- Aggregate with
GROUP BY, build indexes, and compact segments on disk
Get started
Install
pip install toradb from PyPI, or build from source.Quickstart
Create a table, ingest docs, and run your first query.
Provenance
See exactly why each document was returned — or why it wasn’t.
API reference
Python SDK, SQL grammar, and CLI commands.
