[PR #318] [MERGED] Add backend persisted chat with user id example #497

Closed
opened 2026-02-16 01:15:10 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/318
Author: @eyurtsev
Created: 12/12/2023
Status: Merged
Merged: 12/12/2023
Merged by: @eyurtsev

Base: mainHead: eugene/with_user_id


📝 Commits (2)

📊 Changes

2 files changed (+541 additions, -0 deletions)

View changed files

examples/chat_with_persistence_and_user/client.ipynb (+359 -0)
examples/chat_with_persistence_and_user/server.py (+182 -0)

📄 Description

Adds an example that has chat persistence on backend and user identification.


🔄 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/langserve/pull/318 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 12/12/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/with_user_id` --- ### 📝 Commits (2) - [`d633c11`](https://github.com/langchain-ai/langserve/commit/d633c11a23c18dd1c5367fa58e03e3ccf39223c9) x - [`8564085`](https://github.com/langchain-ai/langserve/commit/856408512ab9f074df171596ae4e0cdb85ed9706) Merge branch 'main' into eugene/with_user_id ### 📊 Changes **2 files changed** (+541 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/chat_with_persistence_and_user/client.ipynb` (+359 -0) ➕ `examples/chat_with_persistence_and_user/server.py` (+182 -0) </details> ### 📄 Description Adds an example that has chat persistence on backend and user identification. --- <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 01:15:10 -05:00
yindo closed this issue 2026-02-16 01:15:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langserve#497