the-jashthakkar/CodeMode
0
CodeMode: Agentic RAG Engine
This is the official demo for CodeMode, an advanced RAG engine for codebases.
Features
- Ingest: Clone and index any public GitHub repository.
- Semantic Search: Find relevant code using natural language.
- Code-to-Code: Find similar functions using code snippets.
- MROps: Analyze embedding quality and diversity.
Local Setup
pip install -r requirements.txt
python app.py