@noir-ai/store
v1.8.0
Published
Noir store — embedded storage: better-sqlite3 + FTS5 (BM25, window snippets) + sqlite-vec (384-dim kNN).
Maintainers
Readme
@noir-ai/store
Embedded storage for Noir: better-sqlite3 + FTS5 (BM25 ranking with window snippets) + sqlite-vec (384-dimensional vector kNN). The daemon owns the single write handle; a read-only filesystem fallback covers the daemon-down case. The ProjectId-keyed database lives at .noir/store/<projectId>.db.
Part of the Noir toolkit — the discipline, context, and memory layer for any agentic CLI.
Install
npm install @noir-ai/storeMost users install the CLI instead, which pulls in the packages it needs:
npm install -g @noir-ai/cli
License
MIT © agaaaptr
