Documentation
¶
Overview ¶
Package sqlite implements the store.Store interface on a single SQLite file per knowledge base: FTS5 for keyword retrieval, and embeddings persisted as BLOBs served by an in-memory cosine KNN index (see vec.go). It is the only storage provider in v0.1.
The build is pure Go (ncruces/go-sqlite3, wasm2go): CGO_ENABLED=0 holds and the binary stays static.
Click to show internal directories.
Click to hide internal directories.