File size: 586 Bytes
17cc505
 
463fc7e
 
 
17cc505
463fc7e
17cc505
 
463fc7e
17cc505
 
463fc7e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
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
```