[PR #26] [MERGED] Add more docs, disable **kwargs #282

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

📋 Pull Request Information

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

Base: mainHead: eugene/more_docs


📝 Commits (3)

📊 Changes

3 files changed (+114 additions, -21 deletions)

View changed files

📝 langserve/serialization.py (+6 -1)
📝 langserve/server.py (+2 -4)
📝 langserve/validation.py (+106 -16)

📄 Description

  • Disable kwargs (since we're not yet doing validation on them)
  • Add more in code docs

🔄 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/26 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 10/11/2023 **Status:** ✅ Merged **Merged:** 10/11/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/more_docs` --- ### 📝 Commits (3) - [`b2f13b8`](https://github.com/langchain-ai/langserve/commit/b2f13b898f5aff20ec458be351555eb1f3eb4c15) x - [`743d7b0`](https://github.com/langchain-ai/langserve/commit/743d7b06037691d73d4093f64d275609c12af29d) x - [`4c3b21d`](https://github.com/langchain-ai/langserve/commit/4c3b21d4a0d4cb4cd9ebb8070db8bc0205c7debc) Merge branch 'main' into eugene/more_docs ### 📊 Changes **3 files changed** (+114 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `langserve/serialization.py` (+6 -1) 📝 `langserve/server.py` (+2 -4) 📝 `langserve/validation.py` (+106 -16) </details> ### 📄 Description * Disable kwargs (since we're not yet doing validation on them) * Add more in code docs --- <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:20:02 -05:00
yindo closed this issue 2026-02-16 00:20:02 -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#282