langserve
langserve copied to clipboard
LangServe 🦜️🏓
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....
- [ ] tests - [x] change return format to list of dicts, return inserted row from PUT endpoint
right now, if output is markdown (eg hyperlinks) it does not render well
If possible could be nice to add some way to pretty format output -- low priority probably 
 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...