You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
12 months ago
..
ISSUE_TEMPLATE Reminder to not report security issues as "bug" type issues. (#9554) 1 year ago
actions/poetry_setup Final poetry action fix: manually recreate softlinks broken by caching. (#10250) 1 year ago
tools Cache black formatting information across CI runs. (#9413) 1 year ago
workflows LangServe (#11046) 12 months ago
CONTRIBUTING.md CONTRIBUTING.md Quick Start: focus on langchain core; clarify docs and experimental are separate (#10906) 12 months ago
PULL_REQUEST_TEMPLATE.md fixed PR template (#10515) 1 year ago