Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 851 Bytes

File metadata and controls

27 lines (19 loc) · 851 Bytes

++ docs/index.md

sqlite-vec-client Documentation

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.

Highlights

  • 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

Quick Links

Building the Docs

pip install -r requirements-dev.txt
mkdocs serve

The site is served at http://127.0.0.1:8000 by default.