mirror of
https://github.com/langchain-ai/weblangchain.git
synced 2026-07-01 10:05:25 -04:00
[PR #5] [MERGED] Adds JS backend #8
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/weblangchain/pull/5
Author: @jacoblee93
Created: 10/6/2023
Status: ✅ Merged
Merged: 10/6/2023
Merged by: @jacoblee93
Base:
main← Head:jacob/js_backend📝 Commits (1)
bde7c5dAdds JS backend📊 Changes
15 files changed (+618 additions, -190 deletions)
View changed files
📝
README.md(+11 -4)📝
nextjs/.env.example(+1 -3)➕
nextjs/app/api/chat/stream_log/route.ts(+265 -0)➕
nextjs/app/api/feedback/route.ts(+43 -0)➕
nextjs/app/api/get_trace/route.ts(+42 -0)📝
nextjs/app/components/ChatMessageBubble.tsx(+29 -15)📝
nextjs/app/components/ChatWindow.tsx(+110 -40)📝
nextjs/app/components/EmptyState.tsx(+19 -7)📝
nextjs/app/components/InlineCitation.tsx(+7 -3)📝
nextjs/app/components/SourceBubble.tsx(+27 -20)📝
nextjs/app/globals.css(+1 -1)📝
nextjs/app/layout.tsx(+10 -10)📝
nextjs/app/page.tsx(+5 -3)📝
nextjs/package.json(+7 -5)📝
nextjs/yarn.lock(+41 -79)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.