langserve icon indicating copy to clipboard operation
langserve copied to clipboard

LangServe 🦜️🏓

Results 144 langserve issues
Sort by recently updated
recently updated
newest added
trafficstars

chat langchain returning ChatPromptValue rather than ChatPromptValueConcrete determine how to make sure that we use chat prompt value concrete everywhere otherwise we'll end up with serialization issue

just as title, our client calls the server-side code of langserve that I wrote. They have a requirement to frequently interrupt a certain stream request and, after interruption, they hope...

enhancement

Agent's don't stream correctly in playground: ![image](https://github.com/langchain-ai/langserve/assets/3205522/ef5e5dd9-1ebb-4908-9491-6082fbf68e17) https://github.com/langchain-ai/langserve/blob/main/examples/agent/server.py Raised here: https://github.com/langchain-ai/langserve/issues/314

bug
confirmed

Add more informative error if `APIHandler` receives a non runnable object.

cla-signed

Feedback should be following upsert logic for a given run rather than creating new feedback every time.

bug
playground
confirmed

When using add_routes users are sometimes passing non runnable objects

enhancement

I experimented with a use case in which I initialize an AgentExecutor with an `agent` chain that is a RemoteRunnable. i.e., the client side looks like this: ```python from langchain.agents...

bug
investigate

Currently langserve[client] fails complaining that fastapi is not installed. We need to add tests to catch this on CI otherwise it's difficult to make sure that the dependencies actually work...

bug