Conversational search lets people ask follow-up questions in plain language, like chatting. In e-commerce, it guides shoppers with clarifying questions and tailored answers that link to the right products.
Conversational search is an interactive search experience that maintains context across turns. The system parses intent, asks clarifying questions, and returns grounded answers or product suggestions instead of a static list only.
Conversational search combines intent understanding with grounded retrieval to guide shoppers quickly to the right products and answers—under strict latency and safety controls.
Chatbot or search? Conversational search is search with memory and clarifications; answers are grounded in your catalog/help center.
Do I need vectors? Yes for semantics; keep BM25 for recall and fast fallback.
How to avoid hallucinations? Retrieve-then-generate with citations; disallow unsupported claims.