mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-16 09:34:30 -04:00
[PR #44] [CLOSED] Callbacks WIP #299
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langserve/pull/44
Author: @eyurtsev
Created: 10/12/2023
Status: ❌ Closed
Base:
main← Head:eugene/serialization_and_callbacks📝 Commits (10+)
c0589d0x8e4e31fxq4f1b123qx4e1c6a7xMerge branch 'main' into eugene/serialization_and_callbacks3b917bbx5b46d71xfc5dd0dx07b9ec3w/ debug8cfa039xf91a1b2x📊 Changes
10 files changed (+987 additions, -69 deletions)
View changed files
➕
langserve/callbacks.py(+491 -0)📝
langserve/client.py(+91 -24)➕
langserve/schema.py(+18 -0)📝
langserve/serialization.py(+116 -24)📝
langserve/server.py(+45 -14)📝
langserve/validation.py(+18 -1)➕
tests/unit_tests/test_callbacks.py(+55 -0)📝
tests/unit_tests/test_serialization.py(+8 -4)📝
tests/unit_tests/test_server_client.py(+102 -1)📝
tests/unit_tests/utils.py(+43 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.