Expand description
RAG (Retrieval Augmented Generation) integration
Provides graph-based context retrieval and multi-hop reasoning for LLMs.
Structsยง
- Context
- Retrieved context for generation
- Document
- A retrieved document
- Evidence
- Aggregated evidence from multiple paths
- RagConfig
- Configuration for RAG engine
- RagEngine
- RAG engine for graph-based retrieval
- Reasoning
Path - A multi-hop reasoning path
- Reasoning
Step - A single step in reasoning