Skip to main content

6 docs tagged with "streaming"

View all tags

Boost.Accumulators

Boost.Accumulators is a framework for incremental statistical computation. You push data

FastAPI Patterns

Hand-rolling a FastAPI app around a chain or graph gives you control LangServe doesn't: custom auth, arbitrary request/response shapes, and full ownership of streaming.

Streaming

stream (sync) and astream (async) yield output incrementally instead of waiting for the whole result. For a chat model alone, that means tokens as they're generated:

The SAX interface

DOM parsing — json::parse — builds the entire document in memory before you can look at any of