Skip to content

MisoAI/miso-client-js-sdk

Repository files navigation

Private AI for the Open Web.

Home | Demo | Docs | SDK Reference | API Reference

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.

sdk-demo.mov

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

  1. Log in Miso dashboard to obtain your publishable API key.
  2. 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.