TL;DR: This article demonstrates how to run GraphRAG-style hybrid retrieval—combining vector similarity, graph traversal, and full-text search—entirely within InterSystems IRIS using the
iris-vector-graphpackage. We use a fraud detection scenario to show how graph patterns reveal what vector search alone would miss.
A graph database is a database that uses graph structures for semantic queries with nodes, edges, and properties to represent and store data.
Learn more on graph databases.
InterSystems Data Platform can support graph database storage because of its multi-model nature.