Do.rag Index

Build, refresh, inspect, or repair DeepOrbit's machine-local search indexes. Use when notes were synced or moved, retrieval is stale, the user asks to rebuild RAG, or DeepOrbit reports an index problem.

dull-bird 1df2a60 817 B Updated

File contents

Maintain the Local Index

Run one of:

deeporbit --vault "<vault>" index status
deeporbit --vault "<vault>" index ensure
deeporbit --vault "<vault>" index ensure --semantic

The lexical SQLite index is always available and stored outside the vault in the OS cache directory. --semantic updates optional ChromaDB and may download an embedding model on first use.

Never commit or synchronize an index. Git and Obsidian Sync carry Markdown and deeporbit.json; each device safely rebuilds its own cache. Report added, updated, deleted, and unchanged counts.

dull-bird/deeporbit/tree/main/skills/do.rag-index commit 1df2a60b0d

Frequently asked questions

npx skillmds@latest add dull-bird/do-rag-index