oxirs-chat 0.3.0

RAG chat API with LLM integration and natural language to SPARQL translation
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// Verify that example binaries compile.
///
/// Compilation is checked automatically by `cargo build --examples -p oxirs-chat`.
/// This test acts as a named anchor so CI failures are traceable to this file.
#[test]
fn examples_compile() {
    // Compilation is verified by `cargo build --examples -p oxirs-chat`.
    // If the examples directory contains code that does not compile, the
    // `cargo build` step above this test fails before this function runs.
    // No runtime assertions are needed here.
}