the-jashthakkar/CodeMode
0
1---2title: CodeMode3emoji: ๐4colorFrom: blue5colorTo: indigo6sdk: gradio7sdk_version: 4.19.28app_file: app.py9pinned: false10license: mit11---12 13# CodeMode: Agentic RAG Engine14 15This is the official demo for CodeMode, an advanced RAG engine for codebases.16 17## Features18- **Ingest**: Clone and index any public GitHub repository.19- **Semantic Search**: Find relevant code using natural language.20- **Code-to-Code**: Find similar functions using code snippets.21- **MROps**: Analyze embedding quality and diversity.22 23## Local Setup24```bash25pip install -r requirements.txt26python app.py27```28 