Your First Query
With your codebase indexed, you can search using natural language.
Basic Queries
Just ask your AI assistant naturally:
How does authentication work in this project?
Find where we handle payment errors
Show me the database connection logic
Where is the retry mechanism implemented?
With Git Metadata Filters
Requires CODE_ENABLE_GIT_METADATA=true during indexing. See Git Enrichments for details.
Find code that Alice wrote recently
Show me files with high churn rate
What changes were made for ticket PROJ-123?
Managing Indexes
What codebases are indexed?
Show me stats for the current index
Clear the index and start fresh
Next Steps
- Query Modes — understand semantic, hybrid, and filtered search
- Configuration — tune search defaults and parameters
- Performance Tuning — optimize for your hardware