++ docs/index.md
Welcome to the project documentation. This site complements the information in README.md
and focuses on how to operate the client in real-world scenarios.
- Lightweight CRUD and similarity search API powered by
sqlite-vec - Typed results for safer integrations
- Bulk operations, metadata filters, and transaction helpers
- New backup/restore helpers to streamline disaster recovery
- API Reference — method-by-method contract details
- Migration Guide — upgrade notes for the latest releases
- Operational Playbook — checklists for testing, backups, and restore
pip install -r requirements-dev.txt
mkdocs serveThe site is served at http://127.0.0.1:8000 by default.