langchain/.github/workflows
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
..
_lint.yml Install dev, lint, test, typing extra deps for linting steps. (#10249) 2023-09-06 11:15:28 -04:00
_pydantic_compatibility.yml Deny creating files as a result of test runs. (#10253) 2023-09-06 11:15:16 -04:00
_release.yml Use unified Python setup steps for release workflow. 2023-08-28 14:20:48 +00:00
_test.yml Deny creating files as a result of test runs. (#10253) 2023-09-06 11:15:16 -04:00
codespell.yml Add api cross ref linking (#8275) 2023-07-26 12:38:58 -07:00
doc_lint.yml add model feat table (#10921) 2023-09-22 01:10:27 -07:00
langchain_ci.yml Deny creating files as a result of test runs. (#10253) 2023-09-06 11:15:16 -04:00
langchain_experimental_ci.yml Deny creating files as a result of test runs. (#10253) 2023-09-06 11:15:16 -04:00
langchain_experimental_release.yml Require manually triggering release workflows. (#9552) 2023-08-21 13:54:44 -04:00
langchain_release.yml Require manually triggering release workflows. (#9552) 2023-08-21 13:54:44 -04:00
langserve_ci.yml LangServe (#11046) 2023-09-28 10:52:44 +01:00
scheduled_test.yml Add vertex scheduled test (#10958) 2023-09-23 15:51:59 -07:00