Hacker News new | ask | show | jobs
by osigurdson 972 days ago
Interesting video. When he says "we decode the embedding", does he essentially mean that he is searching a vector database or something else?
1 comments

The model is an encoder-decoder, which encodes some text into a latent embedding, and can then decode it back into text. It’s a feature of the model itself.