langserve icon indicating copy to clipboard operation
langserve copied to clipboard

LangServe 🦜️🏓

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

When I send two or more requests to the server, it crashes, error logs below: CUDA version: 11.7 NVDA Driver Version: 515.65.01 ** On entry to SGEMM parameter number 13...

Can the VectorStore collection_name be added to the ConfigurableField?

For local runnables, you can use `runnable.config_specs` to get a list of all configurable fields. The `RemoteRunnable` doesn't expose these, even though it technically has the correct information via `/config_schema`...

For an application, eg what the name is, what it does, to show up in playground

Attemping to rename a package which has been added via langchain cli breaks `langchain serve`. This issue appears to affect all LangChain apps currently. ## Expected Behavior If a package...

The chat widget doesn't quite feel like a chat experience yet, two improvements that could help: 1. Focus the mouse on the next required input when loading the playground? 2....

playground

- [ ] tests - [x] change return format to list of dicts, return inserted row from PUT endpoint

cla-signed

right now, if output is markdown (eg hyperlinks) it does not render well

playground

If possible could be nice to add some way to pretty format output -- low priority probably ![image](https://github.com/langchain-ai/langserve/assets/3205522/827dca8a-e0a8-415a-aa9e-83e5d7865e16)

playground

![image](https://github.com/langchain-ai/langserve/assets/3205522/e7721ca0-2193-4ede-a82f-645c5df2ac72) Chain ```python model = ChatOpenAI(temperature=0.5).configurable_alternatives( ConfigurableField( id="llm", name="LLM", description=( "Configurabe whether to use a high or a low temperature " "parameter for the LLM. Example of a configurable alternative...

bug
playground