//! Document loader example
//!
//! Shows TextLoader loading a text file and parsing its metadata (no API key required).
//!
//! # Run
//! ```bash
//! cargo run --example rag_document_loaders
//! # or specify a file
//! cargo run --example rag_document_loaders -- README.md
//! ```
use ;
use PathBuf;
async