Chat UI documentation

LangServe

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

LangServe

Feature Available
Tools No
Multimodal No

LangChain applications that are deployed using LangServe can be called with the following config:

MODELS=`[
  {
    "name": "summarization-chain",
    "displayName": "Summarization Chain"
    "endpoints" : [{
      "type": "langserve",
      "url" : "http://127.0.0.1:8100",
    }]
  }
]`
< > Update on GitHub