mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-07 08:26:11 +00:00
readme minor change
This commit is contained in:
parent
4e75770630
commit
b76244f503
1 changed files with 4 additions and 3 deletions
|
|
@ -69,7 +69,7 @@ GitNexus is a client-side knowledge graph creator that runs entirely in your bro
|
|||
### **Four-Pass Ingestion Pipeline**
|
||||
The GitNexus processing pipeline follows a consistent four-phase execution model:
|
||||
|
||||
```mermaid
|
||||
```
|
||||
flowchart TD
|
||||
A[Start Pipeline] --> B[Pass 1: Structure Analysis]
|
||||
B --> C[Pass 2: Code Parsing & Definition Extraction]
|
||||
|
|
@ -112,7 +112,7 @@ flowchart TD
|
|||
### **Dual-Engine Architecture**
|
||||
GitNexus implements a dual-engine architecture to support both current stable and next-generation processing:
|
||||
|
||||
```mermaid
|
||||
```
|
||||
graph TD
|
||||
UI[User Interface] --> EM[Engine Manager]
|
||||
EM --> LEG[Legacy Engine]
|
||||
|
|
@ -377,4 +377,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|||
- **D3.js**: Graph visualization
|
||||
- **React**: UI framework with error boundaries
|
||||
- **Vite**: Build tool and dev server
|
||||
- **KuzuDB**: Embedded graph database
|
||||
- **KuzuDB**: Embedded graph database
|
||||
- **[code-graph-rag](https://github.com/vitali87/code-graph-rag)**: Reference implementation that was very helpful during development
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue