# ReactiveSearch UI kit for Vue 3 - Build intelligent search UIs

ReactiveSearch for Vue 3 is a major upgrade to the UI kit and comes with several enhancements for building intelligent user interfaces and search experiences.

Watch the 1-min introduction video below: 👇

%[https://youtu.be/kvm-H-1iLms?si=fObbwloJ1Tiba5F6] 

## New Components

### a-i-answer

The <mark>a-i-answer</mark> UI component enables building a RAG (retrieval augmented generation) based chat experience with AI answering support. See a demo in action over [here](https://reactivesearch-vue.vercel.app/?path=/story/search-components-aianswer--basic). Or read the component's documentation reference over [here](https://docs.reactivesearch.io/docs/reactivesearch/vue/search/aianswer/).

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1702907540117/17f69bf1-4c01-4e4d-b644-d3aa6101393a.png align="center")

### search-box

The <mark>search-box</mark> UI component is enhanced to support AI Answering, showing FAQs as suggestions, and showing curated suggestions with custom actions. See all of these in action with an extensive search showcase below. Read the component documentation over [here](https://docs.reactivesearch.io/docs/reactivesearch/vue/search/searchbox/).

<iframe src="https://searchbox-showcase.vercel.app/?library=vue" style="width:100%;height:600px"></iframe>

### Secure API

ReactiveSearch Vue v3 uses the ReactiveSearch API to express the search intent. This requires the use of a ReactiveSearch server with two deployment choices: a [search cluster](https://www.reactivesearch.io/pricing) and a [serverless search](https://www.reactivesearch.io/pricing/serverless-search) mode.

### Expanded Search Engine Support

ReactiveSearch UI kit supports Elasticsearch, OpenSearch, OpenAI, Solr and MongoDB Atlas Search as the choices for backend search engines.

| Search Engine | Search Cluster Support | Serverless Search support |
| --- | --- | --- |
| Elasticsearch | Yes, fully hosted | Yes (user connects to their Elasticsearch) |
| OpenSearch | Yes, fully hosted | Yes (built-in) |
| OpenAI | Yes, API support and via pipelines | Yes, API support via pipelines |
| Solr \[Preview\] | \- | Yes (user connects to their Solr cloud cluster) |
| MongoDB Atlas Search \[Preview\] | \- | Yes (user connects to their MongoDB Atlas Search cloud) |

Elasticsearch and OpenSearch are supported completely. OpenAI is supported with both ReactiveSearch API and with pipelines. Solr and MongoDB Atlas search supports are in preview, we're happy to provide additional support to get you up and running with these engines.

---

Check out the [Vue developer quickstart guide](https://docs.reactivesearch.io/docs/reactivesearch/vue/overview/quickstart/) and <mark>star the project</mark> at [https://github.com/appbaseio/reactivesearch](https://github.com/appbaseio/reactivesearch).

You can [check out this post](https://blog.reactivesearch.io/reactivesearch-for-react-40-ui-components-for-building-intelligent-uis) for the ReactiveSearch React v4 release.
