langchain/docs/extras/integrations
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
..
callbacks docs:misc fixes (#9671) 2023-08-23 22:36:54 -07:00
chat Adds ChatOllama (#9628) 2023-08-23 13:02:26 -07:00
chat_loaders add twitter chat loader doc (#9737) 2023-08-24 21:55:22 -07:00
document_loaders Fix docs for AssemblyAIAudioTranscriptLoader (shorter import path) (#9687) 2023-08-24 07:24:53 -07:00
document_transformers Added a pdf parser based on DocAI (#9579) 2023-08-24 21:44:49 -07:00
llms Update Mosaic endpoint input/output api (#7391) 2023-08-24 22:13:17 -07:00
memory Xata as a chat message memory store (#9719) 2023-08-24 17:37:46 -07:00
providers docs:misc fixes (#9671) 2023-08-23 22:36:54 -07:00
retrievers Add support for structured data sources with google enterprise search (#9037) 2023-08-22 23:18:10 -04:00
text_embedding Updates to Nomic Atlas and GPT4All documentation (#9414) 2023-08-23 17:49:44 -07:00
toolkits 📖 docs: integrations/agent_toolkits (#9333) 2023-08-23 23:17:47 -07:00
tools Add LangChain utility for real-time crypto exchange prices (#4501) 2023-08-11 14:45:06 -07:00
vectorstores Updates to Nomic Atlas and GPT4All documentation (#9414) 2023-08-23 17:49:44 -07:00