Skip to content

RAG Query Reference

RAG-based query capabilities (natural language questions over your codebase) are planned for a future release. This page will be updated when the feature ships.

In the meantime, for exploring your codebase:

  • Use unfault graph impact <file> to understand blast radius
  • Use unfault graph critical to find hub files
  • Use unfault graph library <name> to find where a dependency is used
  • Use unfault graph deps <file> to see what a file depends on

See the CLI Reference for the full graph command reference.