You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/additional_resources
Alexander Miasoiedov (Myasoedov) 4c3ab55e94
feat(Add FastAPI + Vercel deployment option): (#4520)
# Update deployments doc with langcorn API server

API server example 

```python
from fastapi import FastAPI

from langcorn import create_service

app: FastAPI = create_service(
    "examples.ex1:chain",
    "examples.ex2:chain",
    "examples.ex3:chain",
    "examples.ex4:sequential_chain",
    "examples.ex5:conversation",
    "examples.ex6:conversation_with_summary",
)

```
More examples: https://github.com/msoedov/langcorn/tree/main/examples

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
deployments.md feat(Add FastAPI + Vercel deployment option): (#4520) 1 year ago
gallery.rst docs `retriever` improvements (#4430) 1 year ago
model_laboratory.ipynb docs: added `additional_resources` folder (#4748) 1 year ago
tracing.md docs: added `additional_resources` folder (#4748) 1 year ago
youtube.md docs: added `additional_resources` folder (#4748) 1 year ago