SAG is an open-source SQL-driven retrieval-augmented generation engine that dynamically constructs knowledge graphs during query processing. Instead of relying on a static knowledge graph prepared in advance, the system automatically builds relational structures between entities while processing user queries. Documents are first decomposed into atomic semantic events, which are then represented using multidimensional natural language vectors. These vectors allow the system to identify relationships between concepts and construct a graph representation of knowledge at runtime. The architecture also includes a three-stage retrieval pipeline consisting of recall, expansion, and reranking steps to improve search accuracy. The engine integrates semantic vector similarity with traditional full-text search to improve both recall and precision. Because the knowledge graph is generated dynamically, the system can adapt to new information without requiring manual graph maintenance.
Features
- SQL-driven retrieval-augmented generation engine
- Dynamic knowledge graph construction during query execution
- Document decomposition into atomic semantic events
- Hybrid search combining vector similarity and full-text search
- Three-stage retrieval pipeline including recall, expansion, and reranking
- Flexible architecture for enterprise knowledge retrieval systems