Skip to content

Releases: langchain-ai/langserve

v0.0.43

26 Feb 18:21
53f265a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.42...v0.0.43

v0.0.42 🥶

22 Feb 15:19
ddb6ecb
Compare
Choose a tag to compare

What's Changed

Improvements and bug fixes

  • patch: name used for tracing should take into account APIRouter path by @eyurtsev in #476

Documentation

  • Example: Add ollama example for a local LLM by @eyurtsev in #436
  • Update README.md to include absolute link to langserve by @eyurtsev in #445
  • README.md: fix typos in with_types arguments by @eyurtsev in #446
  • Examples: Update agent example to include astream events by @eyurtsev in #448
  • Examples: Improve agent with history example to show astream events usage by @eyurtsev in #451
  • Examples: Add chat widget to agent by @eyurtsev in #452
  • Example: Add custom agent streaming by @eyurtsev in #453
  • Examples: Remove duplicated examples by @eyurtsev in #455
  • Update Readme to include path information when disabling the playground by @eyurtsev in #464
  • Examples: Add multiple servers example by @eyurtsev in #469
  • release version 0.0.42 by @eyurtsev in #477

Full Changelog: v0.0.41...v0.0.42

v0.0.41

27 Jan 05:13
956f037
Compare
Choose a tag to compare

What's Changed

  • Readme: Add information about astream_events by @eyurtsev in #424
  • Fix: Drop non json serializable values in the config prior to sending it to the server (#425) by @eyurtsev in #425
  • Release 0.0.41 by @eyurtsev in #426

Full Changelog: v0.0.40...v0.0.41

v0.0.40 🥷

26 Jan 20:53
6c77437
Compare
Choose a tag to compare

What's Changed

Improvements

  • Adds astream events API to langserve

PRs

Full Changelog: v0.0.39...v0.0.40

v0.0.39

10 Jan 18:07
8ab404d
Compare
Choose a tag to compare

What's Changed

Improvements and Bug Fixes

  • Playground: Use 1 and 0 for feedback score instead of 1 and -1 by @eyurtsev in #388

Docs & Examples

  • Add examples table and reformat README by @eyurtsev in #372
  • README.md: Add client links to examples tables by @eyurtsev in #373
  • README: Add more documentation, some reformatting, add more links to examples by @eyurtsev in #374
  • Update agent client example with streaming/stream log by @eyurtsev in #379
  • Example: Add example of configurable runnable used in agent executor by @eyurtsev in #382
  • Release 0.0.39 by @eyurtsev in #390

Full Changelog: v0.0.38...v0.0.39

v0.0.38 ⛄

05 Jan 14:11
470f047
Compare
Choose a tag to compare

What's Changed

Improvements and code changes

Documentation and CI

New Contributors

Full Changelog: v0.0.37...v0.0.38

v0.0.37

21 Dec 03:06
cf180b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.36...v0.0.37

v0.0.36

13 Dec 15:52
34b96e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.35...v0.0.36

v0.0.35

09 Dec 03:34
5ec5821
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.34...v0.0.35

v0.0.34

06 Dec 19:53
f85f4a0
Compare
Choose a tag to compare

What's Changed

Improvements and features

  • Add filtering for LangServe by run name through allow list by @akira in #291
  • Validate that endpoints specified in enable or disabled endpoints are passed as a sequence of str rather than just str by @eyurtsev in #297

New Contributors

Full Changelog: v0.0.33...v0.0.34