mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
b05bb9e136
Adds LangServe package * Integrate Runnables with Fast API creating Server and a RemoteRunnable client * Support multiple runnables for a given server * Support sync/async/batch/abatch/stream/astream/astream_log on the client side (using async implementations on server) * Adds validation using annotations (relying on pydantic under the hood) -- this still has some rough edges -- e.g., open api docs do NOT generate correctly at the moment * Uses pydantic v1 namespace Known issues: type translation code doesn't handle a lot of types (e.g., TypedDicts) --------- Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com> |
||
---|---|---|
.. | ||
_lint.yml | ||
_pydantic_compatibility.yml | ||
_release.yml | ||
_test.yml | ||
codespell.yml | ||
doc_lint.yml | ||
langchain_ci.yml | ||
langchain_experimental_ci.yml | ||
langchain_experimental_release.yml | ||
langchain_release.yml | ||
langserve_ci.yml | ||
scheduled_test.yml |