mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-19 22:03:48 -04:00
[PR #251] [MERGED] Fix race conditions of defaults and schemas #460
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/langserve/pull/251
Author: @dqbd
Created: 11/20/2023
Status: ✅ Merged
Merged: 11/21/2023
Merged by: @dqbd
Base:
main← Head:dqbd/playground-schema-loading-refactor📝 Commits (2)
9f0b6a4Refactor schema loading to deal with race conditions, get rid of embedding for now3e660a5New 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.