mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 06:23:20 +00:00
docs: runnable
module description (#17966)
Added a module description. Added `batch` description.
This commit is contained in:
@@ -9,7 +9,9 @@ synchronous, asynchronous, batch, and streaming operations.
|
||||
Support for **async** allows servers hosting LCEL based programs to scale better
|
||||
for higher concurrent loads.
|
||||
|
||||
**Streaming** of intermediate outputs as they're being generated allows for
|
||||
**Batch** operations allow for processing multiple inputs in parallel.
|
||||
|
||||
**Streaming** of intermediate outputs, as they're being generated, allows for
|
||||
creating more responsive UX.
|
||||
|
||||
This module contains schema and implementation of LangChain Runnables primitives.
|
||||
|
Reference in New Issue
Block a user