langchain-rust-openrouter 4.6.0

LangChain for Rust with OpenRouter integration - unified access to 200+ LLM and embedding models
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod error;
mod markdown_splitter;
mod options;
mod plain_text_splitter;
mod text_splitter;
mod token_splitter;

pub use error::*;
pub use markdown_splitter::*;
pub use options::*;
pub use plain_text_splitter::*;
pub use text_splitter::*;
pub use token_splitter::*;