mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-19 22:03:48 -04:00
how can I close the intermediate steps in langserve's playground? #249
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?
Originally created by @cxp108 on GitHub (Mar 25, 2025).
In some complex case, chain output a long context and passthrough to other chains, And create a lot of intermediate steps with large text in playground, Browser finally crash after oom error.
how can I close the intermediate steps in langserve's playground?
@eyurtsev commented on GitHub (Mar 25, 2025):
Not supported right now. You can fork the code and add filters on the content that's streamed server side.
But an easier solution is to to move to deployment w/ langgraph platform which also offers a playground, and has a free tier
You can follow this quickstart to test out the UI -- should take ~5 mins
https://langchain-ai.github.io/langgraph/tutorials/langgraph-platform/local-server/
@cxp108 commented on GitHub (Mar 26, 2025):
thanks,I will try it some other day. Is there langserve still in feature development?