Understand the five types of retrieval operators in GraphRAG
masterDIGIMON classifies the retrieval stage of GraphRAG into five distinct categories of operators. These operators are used to build retrieval modules by combining one or more specific methods to identify query-relevant content from graph-based data.
- Entity Operators: Retrieve entities (people, places, organizations) relevant to a query.
- Relationship Operators: Extract useful relationships for a given query.
- Chunk Operators: Retrieve the most relevant text segments (chunks) related to the query.
- Subgraph Operators: Extract a relevant subgraph for a given query.
- Community Operators: Identify high-level information (specifically used for MS GraphRAG implementations).