langchain/.github
Eugene Yurtsev b05bb9e136
LangServe (#11046)
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>
2023-09-28 10:52:44 +01:00
..
actions/poetry_setup Final poetry action fix: manually recreate softlinks broken by caching. (#10250) 2023-09-05 15:47:58 -04:00
ISSUE_TEMPLATE Reminder to not report security issues as "bug" type issues. (#9554) 2023-08-21 15:48:33 -04:00
tools Cache black formatting information across CI runs. (#9413) 2023-08-18 09:49:50 -04:00
workflows LangServe (#11046) 2023-09-28 10:52:44 +01:00
CONTRIBUTING.md CONTRIBUTING.md Quick Start: focus on langchain core; clarify docs and experimental are separate (#10906) 2023-09-22 10:17:08 -07:00
PULL_REQUEST_TEMPLATE.md fixed PR template (#10515) 2023-09-13 09:35:48 -07:00