Skip to main content

Crate quiver_storage

Crate quiver_storage 

Source

Modules§

embeddings
fts
pool
r2d2 connection pool for the Quiver SQLite DB.
scores
tool_scores table accessors.
sources
sources table accessors.
suggestions
agent_suggestions accessors. Phase 6.
tools
usage
usage_events writer + tool_scores aggregator. Phase 4.

Functions§

ensure_vec_extension
Register the sqlite-vec extension as an auto-extension so every Connection::open after this point loads vec0. Idempotent.
open
Open a SQLite DB at path and run all pending migrations (001 + 002). Migration 003 (tools_vec) is deferred until the sqlite-vec extension is wired — see PLAN.md §6 and §3.