What is Semantic search? Definition and explanations
Semantic search retrieves documents based on the meaning of the query rather than its exact words. Query and documents are turned into vectors, then compared by proximity in that space: "how do I cancel my order" surfaces a page titled "withdrawal procedure". It complements keyword search rather than replacing it.
In one sentence
Semantic search retrieves documents by the meaning of the query, not its exact words.