Skip to content

Commit bfabd1d

Browse files
authored
Added new deployment template (#835)
This PR introduces a new template for deploying LangChain apps as web endpoints. It includes template code, and links to a detailed code-walkthrough.
1 parent f350822 commit bfabd1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/deployments.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ This repo serves as a template for how deploy a LangChain with Gradio.
2222
It implements a chatbot interface, with a "Bring-Your-Own-Token" approach (nice for not wracking up big bills).
2323
It also contains instructions for how to deploy this app on the Hugging Face platform.
2424
This is heavily influenced by James Weaver's [excellent examples](https://huggingface.co/JavaFXpert).
25+
26+
## [Beam](https://github.com/slai-labs/get-beam/tree/main/examples/langchain-question-answering)
27+
28+
This repo serves as a template for how deploy a LangChain with [Beam](https://beam.cloud).
29+
30+
It implements a Question Answering app and contains instructions for deploying the app as a serverless REST API.

0 commit comments

Comments
 (0)