August 2026 Summaries
7 posts from Memgraph
Filter
Month:
Year:
Post Summaries
Back to Blog
Vector RAG can help fraud investigators retrieve semantically similar documents and case notes, but it is limited when risk emerges from relationships among claims, accounts, devices, addresses, vehicles, and payment routes rather than from similar language. The discussion argues that graph-based retrieval better supports fraud detection by representing entities as nodes and their connections as edges, allowing analysts to trace multi-step evidence paths such as shared addresses, linked payment destinations, and networks connected to known fraud cases. Combining vector search for narrative and policy information with graph traversal for structural context enables AI systems to produce more explainable, relationship-grounded risk assessments. This approach is especially useful against organized fraud rings that rotate identities or alter surface details while reusing underlying infrastructure, as illustrated by banking fraud networks and Capitec’s use of graph features at large scale.
Aug 26, 2026
988 words in the original blog post.
GraphLogic, presented in a Memgraph Community Call by founder and CEO John Thomas, aims to address enterprise AI challenges by preserving decisions, evidence, assumptions, risks, arguments, and actions as connected, traceable graph structures rather than leaving reasoning fragmented across prompts, meetings, documents, and disconnected systems. Building beyond GraphRAG’s retrieval focus, the platform combines formal business rules, informal argumentation, AI agents, human input, and enterprise data sources to create auditable reasoning trails for complex initiatives such as cloud migrations, cybersecurity reviews, modernization programs, and cross-functional delivery planning. Its LEAP framework—Learn, Envision, Act, and Perfect—supports organizational learning by comparing changing information, exploring competing perspectives, tracking execution, and evaluating outcomes. Memgraph provides an operational graph layer, while Memgraph Zero and MemGQL enable federated access to data across graph, SQL, vector, time-series, and other systems without centralizing all enterprise information. GraphLogic also maintains contextual perspectives based on organizational role and focus, uses temporal queries and logic flows to assess change over time, and supports bring-your-own-model deployments designed to reduce AI token usage by grounding interactions in structured graph context.
Aug 25, 2026
2,149 words in the original blog post.
A Memgraph Community Call demonstrated how Quark Labs transforms messy KYC and investor-services documents, including scanned PDFs, handwritten forms, and inconsistent layouts, into a queryable knowledge graph. The workflow connects to multiple document stores, extracts both Markdown for AI reasoning and JSON for structured processing, and maintains versioning, deduplication, privacy controls, and auditability, including air-gapped deployment options. JSON-derived entities and relationships are loaded into Memgraph to connect identities, documents, addresses, ownership details, transactions, and other facts across filings, while preserving provenance such as source document, segment, handwritten status, and ingestion timing. Natural-language queries can then retrieve graph-backed evidence spanning several documents rather than simply locating similar text, although answer-generation layers may still experience technical failures independently of the evidence graph. The presentation emphasized that reliable entity resolution is central to the approach, using multiple signals such as normalized names, passport numbers, IDs, and other identifiers to avoid incorrect merges, and noted that graphs can begin with common or generic domain entities and evolve into a fuller ontology as use cases develop.
Aug 12, 2026
1,931 words in the original blog post.
Coordinated financial fraud often evades conventional transaction-level models because individual payments, accounts, devices, or beneficiaries can appear legitimate when assessed in isolation, while the meaningful risk emerges from their connections to other entities. The article argues that fraud detection is primarily a structural and relationship-based challenge rather than a data-volume problem, citing patterns such as shared addresses, reused devices, linked mule accounts, recurring intermediaries, and suspicious fund routes that may only become visible across multiple network hops. Tabular models and engineered features remain useful for evaluating event-level signals, but they can miss adaptive fraud networks that distribute activity across otherwise ordinary-looking records. A network-aware approach using graph-based context can identify clusters, shared infrastructure, proximity to known fraudulent entities, and repeated pathways, while also helping investigators understand and explain alerts. Effective production systems should therefore combine existing transaction and behavioral features with relationship-aware signals and fast network exploration, enabling teams to detect coordinated schemes earlier rather than reconstructing them only after losses occur.
Aug 11, 2026
1,492 words in the original blog post.
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.