Skip to main content

Module graph

Module graph 

Source
Expand description

GraphRAG Domain Models

Entity, relationship, community, and citation structures for knowledge graph-enhanced retrieval.

Structs§

Citation
A citation referencing a source chunk used in RAG response generation.
Community
A community (cluster) of related entities detected via graph algorithms.
Entity
An entity extracted from document content.
ExtractionResult
Result of entity/relationship extraction from a chunk.
RAGContext
Full context assembled for RAG query processing.
Relationship
A directed relationship between two entities.

Enums§

EntityType
Types of entities that can be extracted from documents.