Skip to content

Commit b7a1eca

Browse files
committed
docs: embed architecture diagram from README into docs
1 parent 953fde4 commit b7a1eca

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/architecture.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Overview
44

5+
![System Architecture](https://github.com/user-attachments/assets/5c4f5846-184f-46ec-b4c4-a444cbb6540d)
6+
7+
8+
59
OpenCodeIntel is a RAG-based (Retrieval-Augmented Generation) code intelligence system. It indexes codebases into a vector database, then assembles per-task context for AI coding assistants via the Model Context Protocol (MCP).
610

711
---

docs/project-report.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Query → expansion → Pinecone search → dep expansion → rule matching
5454

5555
*Full detailed diagrams with all component interactions: [`docs/architecture.md`](./architecture.md)*
5656

57+
![System Architecture](https://github.com/user-attachments/assets/5c4f5846-184f-46ec-b4c4-a444cbb6540d)
58+
5759
---
5860

5961
## 3. Generative AI Components

0 commit comments

Comments
 (0)