[PR #251] [MERGED] Fix race conditions of defaults and schemas #460

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/251
Author: @dqbd
Created: 11/20/2023
Status: Merged
Merged: 11/21/2023
Merged by: @dqbd

Base: mainHead: dqbd/playground-schema-loading-refactor


📝 Commits (2)

  • 9f0b6a4 Refactor schema loading to deal with race conditions, get rid of embedding for now
  • 3e660a5 New JS build

📊 Changes

18 files changed (+849 additions, -762 deletions)

View changed files

📝 examples/configurable_chain/server.py (+22 -1)
langserve/playground/dist/assets/index-32c8d712.js (+0 -247)
langserve/playground/dist/assets/index-849f2582.js (+255 -0)
📝 langserve/playground/dist/assets/index-8968db79.css (+1 -1)
📝 langserve/playground/dist/index.html (+2 -2)
📝 langserve/playground/package.json (+1 -0)
📝 langserve/playground/src/App.tsx (+158 -423)
📝 langserve/playground/src/components/CustomAnyOfRenderer.tsx (+1 -1)
📝 langserve/playground/src/components/ShareDialog.tsx (+2 -29)
langserve/playground/src/components/SubmitButton.tsx (+50 -0)
📝 langserve/playground/src/main.tsx (+7 -0)
langserve/playground/src/renderers.tsx (+111 -0)
langserve/playground/src/sections/SectionConfigure.tsx (+50 -0)
langserve/playground/src/sections/SectionInputs.tsx (+64 -0)
📝 langserve/playground/src/useSchemas.tsx (+48 -56)
📝 langserve/playground/src/useStreamCallback.tsx (+29 -0)
📝 langserve/playground/src/utils/url.ts (+30 -2)
📝 langserve/playground/yarn.lock (+18 -0)

📄 Description

Closes #143


🔄 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/251 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 11/20/2023 **Status:** ✅ Merged **Merged:** 11/21/2023 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/playground-schema-loading-refactor` --- ### 📝 Commits (2) - [`9f0b6a4`](https://github.com/langchain-ai/langserve/commit/9f0b6a4e3da9eced6cc0d7bc9590a797fa9ef458) Refactor schema loading to deal with race conditions, get rid of embedding for now - [`3e660a5`](https://github.com/langchain-ai/langserve/commit/3e660a5a65ea190d4e9e304e6b58aca9773da4eb) New JS build ### 📊 Changes **18 files changed** (+849 additions, -762 deletions) <details> <summary>View changed files</summary> 📝 `examples/configurable_chain/server.py` (+22 -1) ➖ `langserve/playground/dist/assets/index-32c8d712.js` (+0 -247) ➕ `langserve/playground/dist/assets/index-849f2582.js` (+255 -0) 📝 `langserve/playground/dist/assets/index-8968db79.css` (+1 -1) 📝 `langserve/playground/dist/index.html` (+2 -2) 📝 `langserve/playground/package.json` (+1 -0) 📝 `langserve/playground/src/App.tsx` (+158 -423) 📝 `langserve/playground/src/components/CustomAnyOfRenderer.tsx` (+1 -1) 📝 `langserve/playground/src/components/ShareDialog.tsx` (+2 -29) ➕ `langserve/playground/src/components/SubmitButton.tsx` (+50 -0) 📝 `langserve/playground/src/main.tsx` (+7 -0) ➕ `langserve/playground/src/renderers.tsx` (+111 -0) ➕ `langserve/playground/src/sections/SectionConfigure.tsx` (+50 -0) ➕ `langserve/playground/src/sections/SectionInputs.tsx` (+64 -0) 📝 `langserve/playground/src/useSchemas.tsx` (+48 -56) 📝 `langserve/playground/src/useStreamCallback.tsx` (+29 -0) 📝 `langserve/playground/src/utils/url.ts` (+30 -2) 📝 `langserve/playground/yarn.lock` (+18 -0) </details> ### 📄 Description Closes #143 --- <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:03 -05:00
yindo closed this issue 2026-02-16 01:15:03 -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#460