Semantic Search
Semantic search matches a query to results based on meaning rather than exact keyword overlap, so paraphrased or descriptive queries can still surface relevant products.
Part of AI Search
It is usually implemented using vector search under the hood — the query and catalog data are embedded into a shared space and compared by similarity — but "semantic search" describes the capability, while "vector search" describes the underlying technique.