Chat Based Search

The future of search is now. Learn how to implement Mendable Search in your product.

Search.tsx
import { MendableSearch } from '@mendable/search'}
<MendableSearchBar anon_key={MENDABLE_ANON_KEY} style={style} />

Introduction

Getting started

Learn how to get Mendable Search set up in your React project.

Installation

Step-by-step guides to setting up your system and installing the library.

Components

React components ready to plug and play

Integrations

Integrate with Docusaurus + other providers easily

API

Build freely on top of our API.

Quick start

Before you begin

You will need to have a Mendable Search credientials. If you don't have one, you can get one by going to mendable.ai and clicking the 'Get Started' or 'Talk to us button'.

What is Mendable?

Mendable provides chat-powered search to developer facing companies through components. It allows you to provide detailed, accurate, and contextually relevant answers to your customers' questions based on your own documentation. Mendable API is a tool that can be used to integrate Mendable's advanced language model capabilities into your own applications.

Installation

npm install @mendable/search

Usage

import { MendableSearchBar } from "@mendable/search"
<MendableSearchBar anon_key='YOUR_ANON_KEY'/>