About
Transforms your codebase into a semantically searchable index, allowing you to discover functions, classes, methods, and markdown sections based on their meaning. It leverages tree-sitter for AST-based chunking, sentence-transformers for encoding code chunks into vectors, and LanceDB for efficient, embedded storage and retrieval. This intelligent search capability significantly enhances developer productivity by moving beyond traditional grep/glob methods, offering ranked results by semantic relevance and supporting incremental indexing.