Component | Description |
---|---|
Entity Nodes | Real-world concepts, objects, or people identified in your data |
Relationships | Descriptive links between nodes (e.g., “uses”, “belongs to”, “managed by”) |
Neo4J Integration | High-performance, native graph database to store and traverse the knowledge |
Contextual Retrieval | Questions resolve into graph walks rather than isolated embeddings |
Hybrid RAG Strategy | Combines graph-based insights with LLM generation for best-in-class results |
neo4j+s://yourdb.neo4j.io
)Tip: Use the free tier during development. Upgrade only when you scale.
Compared to traditional RAG, this method ensures higher accuracy and semantic depth.
Feature | Description |
---|---|
Neo4J Integration | Link to a cloud-hosted or self-managed graph database. |
Relationship-Aware Parsing | Automatically detect and map entities + their relationships. |
Multi-Hop Query Support | Resolve complex questions across document relationships. |
Visual Graph Inspection | Leverage Neo4J’s visual tools for debugging and exploration. |
Ideal Use Case | Policy docs, technical workflows, org charts, process documents. |