|
|
|
|
|
by dustincoates
1374 days ago
|
|
Vector search is incredibly powerful on matching on context or similarity. For example, automobile and car are semantically similar and, and one will rank well for the other in a search. Vector search, though, isn't as good on handling typos and not good at all when it comes to as you type searching. Vehic won't match on auto, for example. We believe that there is use for each of these approaches and a use in a single search, rather than choosing ahead of time or through heuristics after the fact which to choose. (I'm a Principal PM for Semantic Search and Search Ranking at Algolia.) |
|