Vector Search with Search-UI and App Search

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.

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 which is a React library similar to Search UI, but geared towards usage with Elastic Search Applications. 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

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