diff --git a/README.md b/README.md index f6dfece..c915d3a 100644 --- a/README.md +++ b/README.md @@ -170,23 +170,7 @@ OpenCodeIntel is the tool I wish I had. It's open source because I think every d ## Architecture -```text -┌─────────────────────────────────────────┐ -│ Frontend (React + Vite) │ -└─────────────────┬───────────────────────┘ - │ -┌─────────────────▼───────────────────────┐ -│ Backend (FastAPI) │ -│ • Semantic indexing with OpenAI │ -│ • Dependency graph analysis │ -│ • Real-time WebSocket updates │ -└───────┬─────────┬─────────┬─────────────┘ - │ │ │ - ┌────▼───┐ ┌───▼────┐ ┌──▼───┐ - │Pinecone│ │Supabase│ │Redis │ - │vectors │ │metadata│ │cache │ - └────────┘ └────────┘ └──────┘ -``` +image ---