1 2 3 4 5 6
//! `trueno-rag` has moved to `aprender-rag`. //! //! This crate re-exports `aprender-rag` for backward compatibility. //! New code should depend on `aprender-rag` directly. pub use trueno_rag::*;