Cargo Features

Mini-LangChain has no features set by default.

[dependencies]
mini-langchain = { version = "0.1.0", features = ["ollama_stream"] }
ollama_stream

Enable to use upstream ollama-rs streaming APIs (gates code in ollama.rs) This maps our feature ollama_stream to the upstream crate feature stream.

Enables stream of ollama-rs