oxirs-chat 0.2.4

RAG chat API with LLM integration and natural language to SPARQL translation
Documentation
1
2
3
4
5
6
7
//! Session management re-exports

pub use crate::chat_session::{ChatSession, SessionStatistics};
pub use crate::session_manager::{
    ChatConfig, ContextWindow, SessionData, SessionMetrics, SessionState, Topic, TopicTracker,
    TopicTransition,
};