From acccf2e45b8a66c1f744ed76daee7e3a096803ef Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 16 Feb 2026 20:56:10 -0800 Subject: [PATCH] docs(readme): align storage schema docs with YAML-backed collections --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42d5efd9..39043719 100644 --- a/README.md +++ b/README.md @@ -473,12 +473,13 @@ qmd cleanup Index stored in: `~/.cache/qmd/index.sqlite` +Collections and path contexts are stored in YAML config (default): `~/.config/qmd/index.yml` + ### Schema ```sql -collections -- Indexed directories with name and glob patterns -path_contexts -- Context descriptions by virtual path (qmd://...) documents -- Markdown content with metadata and docid (6-char hash) +content -- Content-addressed markdown bodies (hash -> full document) documents_fts -- FTS5 full-text index content_vectors -- Embedding chunks (hash, seq, pos, 900 tokens each) vectors_vec -- sqlite-vec vector index (hash_seq key)