Remix.run Logo
jvia 7 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.

ospider 7 days ago | parent | next [-]

Yes, indeed. I just tried search "Apple", and apple.com is not on the first page.

osigurdson 7 days ago | parent | prev | next [-]

Agree. For best results both lexical and vector search results should be fed into a reranker. Slow and expensive but high quality.

cyanydeez 7 days ago | parent | prev [-]

What if you build a graph engine then encode those edges into its own embedding space?

Nerdsnipe?