langchain/docs/extras
Margaret Qian 30151c99c7
Update Mosaic endpoint input/output api (#7391)
As noted in prior PRs (https://github.com/hwchase17/langchain/pull/6060,
https://github.com/hwchase17/langchain/pull/7348), the input/output
format has changed a few times as we've stabilized our inference API.
This PR updates the API to the latest stable version as indicated in our
docs: https://docs.mosaicml.com/en/latest/inference.html

The input format looks like this:

`{"inputs": [<prompt>]}
`

The output format looks like this:
`
{"outputs": [<output_text>]}
`
---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-08-24 22:13:17 -07:00
..
_templates Update Integrations links (#8206) 2023-07-24 21:20:32 -07:00
additional_resources Added In-Depth Langchain Agent Execution Guide (#9507) 2023-08-20 15:59:01 -07:00
ecosystem Added a link to the dependencies document (#9703) 2023-08-24 07:23:48 -07:00
guides docs:misc fixes (#9671) 2023-08-23 22:36:54 -07:00
integrations Update Mosaic endpoint input/output api (#7391) 2023-08-24 22:13:17 -07:00
modules Harrison/multi vector (#9700) 2023-08-24 06:42:42 -07:00
use_cases Add the option to use separate LLMs for GraphCypherQA chain (#9689) 2023-08-24 11:50:38 -07:00