Indexing creates a searchable database of your code, enabling fast semantic search and dependency analysis.
When you index a project, Stellarion:
Index your project when you first start using Stellarion:
Index this project for semantic search
Re-index after:
For active projects, consider re-indexing weekly to keep search results current.
Index this project
If you want to rebuild from scratch:
Re-index this project, force a full rebuild
To see what was indexed:
Index this project and show me the statistics
node_modules/dist/, build/, target/.git/.gitignoreIndex data is stored in your project:
.stellarion/
├── vector_store/ # Semantic embeddings (RocksDB)
└── graph_kuzu/ # Dependency graph (KuzuDB)
For very large projects:
Index this project with a maximum of 500 files
Index only the src/ directory
Stellarion tracks what's already indexed and can update incrementally.
stellarion statusFor very large projects:
.stellarion/ if you need to reclaim space