mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-19 22:03:48 -04:00
[PR #338] [MERGED] Clean up endpoints #506
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/338
Author: @eyurtsev
Created: 12/20/2023
Status: ✅ Merged
Merged: 12/20/2023
Merged by: @eyurtsev
Base:
main← Head:eugene/cleanup_endpoints📝 Commits (1)
642e7a2x📊 Changes
3 files changed (+6 additions, -23 deletions)
View changed files
📝
langserve/api_handler.py(+4 -4)📝
langserve/server.py(+2 -18)📝
tests/unit_tests/test_server_client.py(+0 -1)📄 Description
Remove feedback related endpoints that take a config hash. The feedback endpoints only care about the run_id and the feedback, so a config hash should not be needed.
Also removing the
getversion of checking if feedback is enabled. I'll transition both the UI and the backend in a bit.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.