Nodes and Relationships
Core structural elements in knowledge graph representation:
- Nodes: Discrete entities (e.g., people, places, concepts)
- Relationships: Semantic connections between nodes (e.g.,
born_in,author_of,part_of)
Applications
- Light RAG systems (vs. Graph RAG):
- Extract nodes/relationships from documents during chunking
- Store dual representation: vector store + neo4j knowledge graph
- Enable context-aware LLM responses via graph traversal
- Demonstrated in 2026 04 14 Build a light RAG system with neo4j
- Video tutorial by Tech with Homayoun (2026-04-14)
- Explains architecture of LightRAG framework
- Involves chunking documents and extracting nodes/relationships
- Stores data in both vector store and neo4j knowledge graph
Related Concepts
- Knowledge Graph
- RAG (Retrieval-Augmented Generation)
- neo4j
- Information Retrieval
Backlink: 2026 04 14 Build a light RAG system with neo4j