readme minor change

This commit is contained in:
abhigyantrumio 2025-08-26 11:56:26 +05:30
parent 4e75770630
commit b76244f503

View file

@ -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