Siddharth KothariforReactiveSearch Blogblog.reactivesearch.io·Oct 4, 2024Guide to Building a Vector Search UI Using ReactiveSearch and OpenSearch 2.17How often have you looked for something, but you're not sure what it’s called? Vector search (aka KNN-search) solves for this problem by allowing you to search for what you mean. Internally, a vector search engine stores a numerical representation of...Discuss·32 readsopensearch
Siddharth KothariforReactiveSearch Blogblog.reactivesearch.io·Sep 21, 2024Guide to Building a Vector Search UI Using ReactiveSearch and Elasticsearch 8.15How often have you looked for something, but you're not sure what it’s called? Vector search (aka KNN-search) solves for this problem by allowing you to search for what you mean. Internally, a vector search engine stores a numerical representation of...Discuss·85 readselasticsearch
Siddharth KothariforReactiveSearch Blogblog.reactivesearch.io·Dec 18, 2023ReactiveSearch UI kit for Vue 3 - Build intelligent search UIsReactiveSearch 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=fObbwloJ1Tiba5...Discuss·74 readsreactivesearch
Siddharth KothariforReactiveSearch Blogblog.reactivesearch.io·Nov 22, 2023ReactiveSearch for React 4.0 - UI components for building intelligent UIsReactiveSearch for React 4.0 is a major update for the React UI kit and provides several enhancements for building AI native user interfaces and search experiences. Watch the 1-min introduction video below: 👇 https://youtu.be/6vDYb8jDs_o New Compo...Discuss·505 readsreactivesearch
Siddharth KothariforReactiveSearch Blogblog.reactivesearch.io·Sep 6, 2023Build a Context-Aware Site Search with AI integrationIt's 2023 and business search engines are innovating alongside top consumer search engines. In this post, we will be using ReactiveSearch's versatile stack for integrating AI and bringing context awareness to site search. Understanding ReactiveSearc...Discuss·103 readsreactivesearch
Siddharth KothariforReactiveSearch Blogblog.reactivesearch.io·May 31, 2023Supercharge Customer Support with Fact-Based Question Answering with ChatGPT and ElasticsearchChatGPT, powered by OpenAI's advanced GPT-3.5 and GPT-4 models, has been making waves in the tech industry. This language model, trained on a vast corpus of data, has demonstrated its utility in answering questions and providing information across a ...Discuss·305 readschatgpt
Shubham ShahforReactiveSearch Blogblog.reactivesearch.io·May 10, 2023AI Answer Capabilities with ChatGPT and ElasticsearchOverview Learn how to build an AI Answer interface for your own domain with this follow-along post - where we use ElasticSearch and ChatGPT together to build an AI Answering system with high precision (no hallucinations), is always based on facts fro...Discuss·646 readschatgpt
Siddharth KothariforReactiveSearch Blogblog.reactivesearch.io·Apr 26, 2023Discover Personalized Search: Tailor-Made Experiences with ReactiveSearch and OpenSearchPersonalized search is the key to delivering tailored experiences to users by offering relevant results based on their interests and past behavior. Social media platforms like YouTube, Twitter, or TikTok provide personalized feeds that cater to users...Discuss·151 readsopensearch
Lohita SuvvariforReactiveSearch Blogblog.reactivesearch.io·Apr 19, 2023A Beginner's Guide to Server-Side Rendering in ReactiveSearchIn this article, we share a step-by-step guide on how to convert a ReactiveSearch built UI into a SSR search UI, which is beneficial for SEO, caching, and user experience. Why SSR a search UI? To understand the importance of pre-rendering a web app, ...Discuss·293 readselasticsearch
Shubham ShahforReactiveSearch Blogblog.reactivesearch.io·Apr 3, 2023KNN Search with OpenSearch and OpenAI Embeddings: An In-Depth GuideK-nearest neighbors (KNN) search aka semantic search is a simple and intuitive algorithm although if you haven't used them, the topic can seem daunting. In this blog post, we will go from no familiarity to KNN to building a full functional backend an...Discuss·1 like·8.2K readselasticsearch