Hacker News new | ask | show | jobs
by jeffreyw128 745 days ago
Missed exa.ai! Embeddings-based search engine with its own index
1 comments

How does an embeddings based search work? Without hallucinating bad links?
Not sure what they are doing but embeddings and hallucination are completely separable imo (you can have hallucination even without embedding-based retrieval). Likely you have an embedding for the query which is close to the embedding of the doc for some measure of similarity. That could be semantic similarity or even user behavior.
Embeddings arnt grnerative AI.

Theyre just vecotors of arbitrary.dimension and similarity is calculated by a ndimensional fnction.