Skip to content

Commit 4798140

Browse files
authored
Update README to remove architecture diagram
Removed architecture diagram and added an image.
1 parent 56450f1 commit 4798140

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -170,23 +170,7 @@ OpenCodeIntel is the tool I wish I had. It's open source because I think every d
170170

171171
## Architecture
172172

173-
```text
174-
┌─────────────────────────────────────────┐
175-
│ Frontend (React + Vite) │
176-
└─────────────────┬───────────────────────┘
177-
178-
┌─────────────────▼───────────────────────┐
179-
│ Backend (FastAPI) │
180-
│ • Semantic indexing with OpenAI │
181-
│ • Dependency graph analysis │
182-
│ • Real-time WebSocket updates │
183-
└───────┬─────────┬─────────┬─────────────┘
184-
│ │ │
185-
┌────▼───┐ ┌───▼────┐ ┌──▼───┐
186-
│Pinecone│ │Supabase│ │Redis │
187-
│vectors │ │metadata│ │cache │
188-
└────────┘ └────────┘ └──────┘
189-
```
173+
<img width="1122" height="556" alt="image" src="https://github.com/user-attachments/assets/5c4f5846-184f-46ec-b4c4-a444cbb6540d" />
190174

191175
---
192176

0 commit comments

Comments
 (0)