oxirs-graphrag 0.3.1

GraphRAG: Hybrid Vector + Graph Retrieval-Augmented Generation for OxiRS
Documentation
1
2
3
4
5
6
// Ensure examples compile — actual execution is via `cargo run --example`
#[test]
fn examples_compile() {
    // This test passes if the crate compiles with --examples flag.
    // The actual compilation check happens at build time.
}