langchain/docs
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>
2023-05-17 15:50:25 -07:00
..
_static docs: Mendable Fixes and Improvements (#4184) 2023-05-05 13:04:24 -07:00
additional_resources feat(Add FastAPI + Vercel deployment option): (#4520) 2023-05-17 15:50:25 -07:00
ecosystem Tiny code review and docs fix for Docugami DataLoader (#4877) 2023-05-17 15:31:43 -07:00
getting_started Add new links to Tutorials and YouTube pages (#4746) 2023-05-15 14:32:48 -07:00
modules docs retriever improvements (#4430) 2023-05-17 15:29:22 -07:00
reference Revert "Make serpapi base url configurable via env (#4402)" (#4750) 2023-05-15 16:17:16 -07:00
tracing Some notebook and client fixes (add retries, clean up docs, etc) (#4820) 2023-05-16 20:23:00 -07:00
use_cases Typos (#4851) 2023-05-17 11:52:22 -04:00
conf.py docs: Mendable Search integration (#2803) 2023-04-13 21:52:25 -07:00
ecosystem.rst docs retriever improvements (#4430) 2023-05-17 15:29:22 -07:00
index.rst fix homepage typo (#4883) 2023-05-17 15:30:23 -07:00
make.bat initial commit 2022-10-24 14:51:15 -07:00
Makefile Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
reference.rst Move Generative Agent definition to Experimental (#3245) 2023-04-23 18:32:37 -07:00
requirements.txt Harrison/docs reqs (#2199) 2023-03-30 08:20:30 -07:00