index_all
Rebuild the local SQLite index of all Markdown files, metadata, and links after reorganizing notes. Optionally compute vector embeddings for semantic classification when an embedding provider is available.
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. With with_embeddings=true it also updates vector embeddings for 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. |