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

Update playground tests to check for the correct playground assets path in index.html. #578

cla-signed

When adding middleware for auth api-key header security on the langserve routes, the /docs page doesn't recognize the security so there is no option to add the header and the...

AWS and Vercel deployment recommendations would really help other dev(including me) to adopt this more rapidly ex: https://vercel.com/templates/next.js/nextjs-fastapi-starter

Hi all, I've taken the default [rag-conversation](https://python.langchain.com/docs/templates/rag-conversation) example (see source code [here](https://github.com/langchain-ai/langchain/blob/master/templates/rag-conversation/rag_conversation/chain.py)) and modified the retriever slightly to use Azure AI search. The vector store contains a synthetic dataset filled...

playground

* Needs to be consistent with JS * Also fix the None for client langsmith when feedback is not enabled

- [x] https://github.com/langchain-ai/langserve/pull/568 - [x] #572 - [ ] #574 - [x] #575

If you have any feature requests, please post them here: https://github.com/langchain-ai/langserve/discussions/categories/ideas

Expose exception translation capability to allow users to provide their own logic for translating server side errors into client side errors https://github.com/langchain-ai/langserve/blob/e1cec832da29173df89bfe50b35be8ce59b1a8b5/langserve/api_handler.py#L1214-L1214 ### Discussed in https://github.com/langchain-ai/langserve/discussions/473 Originally posted by **yw791772**...

enhancement

### Discussed in https://github.com/langchain-ai/langserve/discussions/547 Originally posted by **SoulEvill** March 19, 2024 I created a sequence of runnable and would like to test it out in the playground. the endpoint is...

enhancement
playground