GyroX uses cookies that are essential to run the service. With your consent, we also use analytics cookies to improve the product. Privacy Policy
RAG (Retrieval-Augmented Generation) is a pattern where an LLM retrieves relevant documents as evidence before generating an answer. GraphRAG adds a knowledge graph (entities and relations), so retrieval runs over a relational structure rather than isolated document chunks. It reduces hallucination and makes answers traceable.
GyroX uses its single ontology as the knowledge graph, running GraphRAG retrieval over 25 core relations. Because answers are grounded in ontology relations, they are easier to trace.