//! 文档加载器示例
//!
//! 展示 TextLoader 加载文本文件并解析 metadata(无需 API Key)。
//!
//! # 运行
//! ```bash
//! cargo run --example rag_document_loaders
//! # 或指定文件
//! cargo run --example rag_document_loaders -- README.md
//! ```
use ;
use PathBuf;
async