Default location
Layout
graph.json is only present after index_graph has been run. All other tools function without it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Where VecGrep stores its index files
~/.vecgrep/<sha256-of-absolute-project-path>/
~/.vecgrep/<project_hash>/
lancedb/ # vector embeddings and ANN index (IVF-PQ)
merkle.json # mtime/size fingerprints for incremental indexing
graph.json # knowledge graph (nodes + edges) — created by index_graph
graph.json is only present after index_graph has been run. All other tools function without it.
get_index_status("/path/to/myproject")
rm -rf ~/.vecgrep/<hash>/
index_codebase("/path/to/myproject", force=true)
index_graph("/path/to/myproject", force=true)
