How To Guide: Vector Recommendations
ReactiveSearch for semantic discovery in action:
- Use ReactiveSearch CLI util to convert your search index to add vector embeddings
- Configure a search pipeline for powering vector recommendations
- Combine vector based recommendations for discovery with BM25 based search and suggestions
- Build search UI with no-code, extend with VS code and publish with ReactiveSearch's UI builder

Interactive demo of the AI Vector Search UI that we will build in the following steps
ReactiveSearch Features Used
Step 1: Starting with an existing search index, this step uses the vector indexing script to re-index the data with vector embeddings added. Works with an Elasticsearch or OpenSearch index
Indexing script is available over at appbaseio/ai-scripts.
Step 2: Author the pipeline (search backend)
Step 3: Build the search UI, connect to pipeline and deploy
Try Vector Recommendations
Get a 14-day free trial