how can I close the intermediate steps in langserve's playground? #249

Open
opened 2026-02-16 00:19:47 -05:00 by yindo · 2 comments
Owner

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.

Image

how can I close the intermediate steps in langserve's playground?

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. ![Image](https://github.com/user-attachments/assets/eaa54f71-70e1-49fb-8928-d59106594dec) how can I close the intermediate steps in langserve's playground?
Author
Owner

@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/

@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/
Author
Owner

@cxp108 commented on GitHub (Mar 26, 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/

thanks,I will try it some other day. Is there langserve still in feature development?

@cxp108 commented on GitHub (Mar 26, 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/ thanks,I will try it some other day. Is there langserve still in feature development?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langserve#249