Skip to content

Releases: langchain-ai/langserve

v0.0.48

11 Mar 03:47
3fa47b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.47...v0.0.48

v0.0.47

09 Mar 01:32
af9d14e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.46...v0.0.47

v0.0.46

01 Mar 15:59
9023b56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.45...v0.0.46

v0.0.45 🥘

28 Feb 19:06
b6ec1e8
Compare
Choose a tag to compare

What's Changed

  • Adds playground chat widget for message list inputs, additional global callback for chunks by @jacoblee93 in #489
  • Release 0.0.45 by @eyurtsev in #498

Full Changelog: v0.0.44...v0.0.45

v0.0.44 🍳

28 Feb 17:38
8ea0cb4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.43...v0.0.44

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