Index All
index_allRebuild the local SQLite index of your Markdown vault after adding, moving, or reorganizing notes externally. Updates files, metadata, graph links, and optionally embeddings for semantic search.
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. |