# Vector Search with Search-UI and App Search

**URL:** https://discuss.elastic.co/t/vector-search-with-search-ui-and-app-search/354972
**Category:** Elasticsearch
**Tags:** vector-search
**Created:** [March 7, 2024, 5:59pm UTC](https://discuss.elastic.co/t/vector-search-with-search-ui-and-app-search/354972 "2024-03-07T17:59:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Adam\_Patarino](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adam_patarino/32/132452_2.png) [@Adam\_Patarino](https://discuss.elastic.co/u/Adam_Patarino)
#### Post date: [March 7, 2024, 5:59pm UTC](https://discuss.elastic.co/t/vector-search-with-search-ui-and-app-search/354972/1 "2024-03-07T17:59:30Z")

</div>

Hello, we have setup Elsor on our index and now want to include those vector fields as users use our search-ui.

We use search-ui with @elastic/search-ui-app-search-connector.

Ideally results would be a combination of keyword and Vector KNN.

The documentation for vector searching with search-ui is sparse, confusing, or non-existent. Any help with examples would be great.

---

<div class="post-metadata">

### Author: ![Sean\_Story](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sean_story/32/69987_2.png) [@Sean\_Story](https://discuss.elastic.co/u/Sean_Story)
#### Post date: [March 7, 2024, 6:58pm UTC](https://discuss.elastic.co/t/vector-search-with-search-ui-and-app-search/354972/2 "2024-03-07T18:58:44Z")

</div>

Hi @Adam_Patarino ,

Thanks for your question. Unfortunately, App Search does not currently support Vector Search - either KNN or expanded\_text.

What you could look to use instead is the [Search Application Client](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-application-client.html) which is a React library similar to Search UI, but geared towards usage with [Elastic Search Applications](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-application-overview.html). Check out this example of how to use RRF to combine keyword search with semantic search: [Search Applications search API and templates | Elasticsearch Guide [8.12] | Elastic](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-application-api.html#search-application-api-rrf-template)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [April 4, 2024, 6:59pm UTC](https://discuss.elastic.co/t/vector-search-with-search-ui-and-app-search/354972/3 "2024-04-04T18:59:16Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
