index_all
Scans the Markdown vault to rebuild the local SQLite index of files, metadata, and graph links. Use after adding, moving, or reorganizing notes to keep the index current.
Instructions
Scan the whole Markdown vault and rebuild the local SQLite index of files, metadata, and graph links. Use this after adding, moving, or reorganizing notes outside NOUZ. It is safe to run repeatedly and reports missing parent links. In PRIZMA/SLOI, with_embeddings=true also updates file and chunk embeddings for retrieval and semantic classification, which is slower and requires an embedding provider. This tool indexes data; it is not a search tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| with_embeddings | No | If true, compute embeddings for all files (slower, requires LM Studio/Ollama). Default false. |