oxirs-graphrag 0.2.4

GraphRAG: Hybrid Vector + Graph Retrieval-Augmented Generation for OxiRS
Documentation
1
2
3
4
5
6
7
//! Answer generation module

pub mod context_builder;
pub mod prompt_templates;

pub use context_builder::ContextBuilder;
pub use prompt_templates::PromptTemplate;