Y
Hacker News
new
|
ask
|
show
|
jobs
by
jvia
317 days ago
A vector-only search engine will fail for a lot of common use cases where the keywords do matter. I tried searching for `garbanzo bean stew` and got totally irrelevant bean recipes.
3 comments
ospider
317 days ago
Yes, indeed. I just tried search "Apple", and apple.com is not on the first page.
link
osigurdson
317 days ago
Agree. For best results both lexical and vector search results should be fed into a reranker. Slow and expensive but high quality.
link
cyanydeez
317 days ago
What if you build a graph engine then encode those edges into its own embedding space?
Nerdsnipe?
link