01Multi-Instance Optimization: Master/Slave architecture reduces RAM usage by centralizing heavy embedding models and file watching.
02Local Embeddings: Uses bge-m3 via ONNX Runtime for high-quality semantic understanding without external API calls.
031 GitHub stars
04Deep Code Analysis: Automatically identifies symbols, maps relationships, and employs semantic chunking for holistic context.
05Real-time Indexing: Features a debounced file watcher that synchronizes the vector index as files are saved.
06Modular Architecture: Organized into dedicated packages for indexing, background tasks, file monitoring, and vector storage.