mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-19 22:03:48 -04:00
[PR #203] [MERGED] Add feedback buttons to stream_log runs #429
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/203
Author: @dqbd
Created: 11/9/2023
Status: ✅ Merged
Merged: 11/28/2023
Merged by: @dqbd
Base:
main← Head:dqbd/feedback-playground📝 Commits (10+)
4e4dde4Add feedback buttons to stream_log runs71c317fFix pydantica2dafa1Add feedback enabled flag served with HEAD method, cleanup73f579fFix playground crash, provide output to autocomplete history (#202)7255adbBuild playground (#204)dd4db29Vesion 0.0.25 release (#201)3be41c5xa4199f7x8dc4d15Update feedback when feedback is already presentab00b6cMerge branch 'main' into dqbd/feedback-playground📊 Changes
17 files changed (+251 additions, -78 deletions)
View changed files
📝
examples/conversational_retrieval_chain/server.py(+1 -1)📝
langserve/playground.py(+4 -0)📝
langserve/playground/dist/assets/index-1ccbfbf6.js(+58 -58)➕
langserve/playground/dist/assets/index-52e8ab2f.css(+1 -0)➖
langserve/playground/dist/assets/index-8968db79.css(+0 -1)📝
langserve/playground/dist/index.html(+3 -2)📝
langserve/playground/index.html(+1 -0)📝
langserve/playground/src/App.tsx(+18 -3)➕
langserve/playground/src/assets/CircleSpinIcon.svg(+15 -0)➕
langserve/playground/src/assets/ThumbsDownIcon.svg(+6 -0)➕
langserve/playground/src/assets/ThumbsUpIcon.svg(+6 -0)📝
langserve/playground/src/components/ChatMessagesControlRenderer.tsx(+0 -6)📝
langserve/playground/src/components/IntermediateSteps.tsx(+15 -4)➕
langserve/playground/src/components/feedback/CorrectnessFeedback.tsx(+89 -0)📝
langserve/playground/src/useSchemas.tsx(+15 -0)📝
langserve/playground/vite.config.ts(+1 -1)📝
langserve/server.py(+18 -2)📄 Description
https://github.com/langchain-ai/langserve/assets/1443449/9e5f7dae-6759-4018-b0f6-1701912eb25e
TODO:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.