You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,17 +24,26 @@
24
24
25
25
## 🎯 Overview
26
26
27
-
CodeGraph is a powerful CLI tool that combines MCP (Model Context Protocol) server management with sophisticated code analysis capabilities. It provides a unified interface for indexing projects, managing embeddings, and running MCP servers with multiple transport options.
27
+
CodeGraph is a powerful CLI tool that combines MCP (Model Context Protocol) server management with sophisticated code analysis capabilities. It provides a unified interface for indexing projects, managing embeddings, and running MCP servers with multiple transport options. All you now need is an Agent(s) to create your very own deep code and project knowledge synthehizer system!
28
28
29
29
### Key Capabilities
30
30
31
31
-**🔍 Advanced Code Analysis**: Parse and analyze code across multiple languages using Tree-sitter
32
32
-**🚄 Dual Transport Support**: Run MCP servers with STDIO, HTTP, or both simultaneously
33
33
-**🎯 Vector Search**: Semantic code search using FAISS-powered vector embeddings
34
34
-**📊 Graph-Based Architecture**: Navigate code relationships with RocksDB-backed graph storage
35
-
-**⚡ High Performance**: Optimized for large codebases with parallel processing
35
+
-**⚡ High Performance**: Optimized for large codebases with parallel processing and batched embeddings
36
36
-**🔧 Flexible Configuration**: Extensive configuration options for embedding models and performance tuning
37
37
38
+
## RAW PERFORMANCE ✨✨✨
39
+
40
+
170K lines of rust code in 0.49sec! 21024 embeddings in 3:24mins! On M3 Pro 32GB Qdrant/all-MiniLM-L6-v2-onnx on CPU no Metal acceleration used!
0 commit comments