With LLM technology today, your users want to engage your content in smarter ways in place of the traditional keyword search. Miso offers LLM answer API services with our private models and your controlled content source.
https://github.com/MisoAI/miso-client-js-sdk/assets/785058/2255a32f-37e4-456b-bc4c-ec908cdc3c93
Why Miso
- Citation-driven, i.e. no AI hallucinations
- Your own AI answer engine tuned to your content
- Designed to comply with your content guidelines
Miso JavaScript SDK
Miso provides a JavaScript SDK for browser that gives you the power to integrate the full Miso Answers solution to your website in 10 minutes.
Quick start
- Log in Miso dashboard to obtain your publishable API key.
- Add the SDK and element to your website.
<head>
<script async src="https://cdn.jsdelivr.net/npm/@miso.ai/client-sdk@1.9.0/dist/umd/miso.min.js?api_key={{api_key}}"></script>
</head>
<body>
...
<miso-ask-combo></miso-ask-combo>
...
</body>
Other SDKs
Development
See Development.
License
This library is distributed under the MIT license.