Expand description
Ripgrep Context Provider
Provides indexless, real-time code search using ripgrep-style pattern matching. Unlike vector-based RAG, this approach:
- Requires no pre-indexing or embedding generation
- Works directly on raw source files
- Supports real-time code changes without re-indexing
- Uses fast regex-based search with relevance scoring
Structsยง
- Ripgrep
Context Config - Ripgrep context provider configuration
- Ripgrep
Context Provider - Ripgrep context provider