Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

langserve.md 492 B

You have to be logged in to leave a comment. Sign In

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",
    }]
  }
]`

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...