Home / Companies / Memgraph / Blog / August 2026

August 2026 Summaries

3 posts from Memgraph

Filter
Month: Year:
Post Summaries Back to Blog
Schema-first GraphRAG is presented as an approach for reducing AI hallucinations by grounding LLMs in a defined ontology of real entities, properties, and relationships rather than relying solely on unstructured context or vector similarity. Across legal research, supply-chain cost attribution, retail merchandising, and banking customer-relationship analysis, graph-based retrieval helps systems trace dependencies and connections that conventional document retrieval or table joins may miss, preventing failures such as invented inventory SKUs or unsupported legal conclusions. The architecture places a physical or logical graph schema between enterprise data sources and AI agents, allowing organizations to either store graph nodes and edges directly or query existing data systems through a graph model without moving the data. Natural-language-to-graph-query generation can handle simpler questions, while validated predefined queries remain useful for complex, high-risk scenarios. Although success metrics and ROI are often difficult to quantify, the approach emphasizes human-reviewed schemas, controlled access patterns, and reusable structures for building more reliable enterprise AI systems.
Aug 06, 2026 2,727 words in the original blog post.
Drug discovery teams often struggle not with data scarcity but with fragmented information spread across genomics, proteomics, pathway databases, compound libraries, assay systems, clinical findings, and scientific literature. Because important target, repurposing, and safety signals frequently emerge from relationships among these sources, researchers must often manually combine data, normalize identifiers, and search across multiple tools, creating inefficiency and increasing the risk of missed evidence. The post argues that traditional relational databases, search systems, and isolated analytics workflows are poorly suited to multi-step scientific questions involving genes, proteins, pathways, diseases, compounds, and clinical context. It presents knowledge graphs as a connection layer that can integrate existing sources while preserving traceability to underlying evidence, citing Cedars-Sinai’s Alzheimer’s Disease Knowledge Base as an example. By making cross-domain relationships easier to explore, connected data systems may help teams identify overlooked targets, drug-repurposing opportunities, and potential safety concerns earlier in development.
Aug 05, 2026 1,136 words in the original blog post.
Fraud detection systems in financial institutions often miss organized fraud rings due to their siloed structures, which focus on isolated events rather than interconnected patterns. Each system, whether for payment fraud, AML, or account takeover, may effectively identify suspicious activities within its domain, but fail to detect the broader fraud network because the real threat lies in the relationships between these events. Organized fraud exploits these gaps by spreading activities across multiple channels and entities, making individual actions appear benign or only mildly suspicious. Multi-hop analysis, which considers connections beyond direct interactions, is crucial in identifying common fraudsters and hidden links within a network, as demonstrated by Capitec's use of graph analytics for fraud detection. By modeling fraud data as a network of connected entities, institutions can better trace paths, identify clusters, and maintain context across workflows, ultimately improving detection, investigation, and explainability of fraud cases. This approach shifts the focus from isolated decision-making to a more holistic understanding of fraud patterns, addressing the adaptive network problem of modern fraud.
Aug 04, 2026 1,864 words in the original blog post.