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.
- Extraction
Result - Result of entity/relationship extraction from a chunk.
- RAGContext
- Full context assembled for RAG query processing.
- Relationship
- A directed relationship between two entities.
Enums§
- Entity
Type - Types of entities that can be extracted from documents.