mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-19 22:03:48 -04:00
[PR #509] [MERGED] Adds chat interface #581
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/509
Author: @jacoblee93
Created: 3/7/2024
Status: ✅ Merged
Merged: 3/8/2024
Merged by: @jacoblee93
Base:
main← Head:jacob/chat_interface📝 Commits (10+)
7b7d843Adds chat interface4f984dcAdd LangSmith feedback and view trace link849aee2Adds opt-in feedback endpointd96141fMerge branch 'main' of https://github.com/langchain-ai/langserve into jacob/chat_interfacead4786cLinta7887b6Merge branch 'main' of https://github.com/langchain-ai/langserve into jacob/chat_interface975c372Hook up backend454f5f9Allow any chain that takes a dict with one list of messages as a param25e41bfSupport direct message outputse687f76Fix nits📊 Changes
64 files changed (+16949 additions, -6 deletions)
View changed files
➕
.github/img/chat_playground.png(+0 -0)📝
README.md(+50 -0)➕
examples/chat_playground/server.py(+64 -0)📝
langserve/api_handler.py(+49 -0)➕
langserve/chat_playground.py(+98 -0)➕
langserve/chat_playground/.eslintrc.cjs(+18 -0)➕
langserve/chat_playground/.gitignore(+28 -0)➕
langserve/chat_playground/README.md(+27 -0)➕
langserve/chat_playground/dist/assets/index-a69b1f28.css(+1 -0)➕
langserve/chat_playground/dist/assets/index-b1c907c0.js(+139 -0)➕
langserve/chat_playground/dist/favicon.ico(+0 -0)➕
langserve/chat_playground/dist/index.html(+25 -0)➕
langserve/chat_playground/index.html(+23 -0)➕
langserve/chat_playground/package.json(+52 -0)➕
langserve/chat_playground/postcss.config.js(+6 -0)➕
langserve/chat_playground/public/favicon.ico(+0 -0)➕
langserve/chat_playground/src/App.css(+116 -0)➕
langserve/chat_playground/src/App.tsx(+38 -0)➕
langserve/chat_playground/src/assets/ArrowUp.svg(+1 -0)➕
langserve/chat_playground/src/assets/ChatIcon.svg(+6 -0)...and 44 more files
📄 Description
CC @dqbd @eyurtsev
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.