Docs.rs
quiver-storage-0.1.3
quiver-storage 0.1.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
deiu25
Dependencies
anyhow ^1
normal
chrono ^0.4
normal
quiver-core ^0.1.3
normal
r2d2 ^0.8
normal
r2d2_sqlite ^0.25
normal
refinery ^0.8
normal
rusqlite ^0.32
normal
serde ^1
normal
serde_json ^1
normal
sqlite-vec ^0.1
normal
tempfile ^3
dev
Versions
31.17%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate quiver_storage
quiver_
storage
0.1.3
All Items
Crate Items
Modules
Functions
Crate
quiver_
storage
Copy item path
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.