Spaces:
Sleeping
Sleeping
| title: CodeMode | |
| emoji: 🚀 | |
| colorFrom: blue | |
| colorTo: indigo | |
| sdk: gradio | |
| sdk_version: 4.19.2 | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| # 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 | |
| ```bash | |
| pip install -r requirements.txt | |
| python app.py | |
| ``` | |