[PR #5] [MERGED] Adds JS backend #8

Closed
opened 2026-02-16 00:17:30 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: jacob/js_backend


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/weblangchain/pull/5 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 10/6/2023 **Status:** ✅ Merged **Merged:** 10/6/2023 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/js_backend` --- ### 📝 Commits (1) - [`bde7c5d`](https://github.com/langchain-ai/weblangchain/commit/bde7c5d8879dda06c9313e89594acc69967564c1) Adds JS backend ### 📊 Changes **15 files changed** (+618 additions, -190 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:17:30 -05:00
yindo closed this issue 2026-02-16 00:17:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/weblangchain#8