Comment by HanClinto
1 year ago
Nice work! Love seeing RAG work get developed!
What about using the embeddings for nearest-neighbor search for similar articles? I.E., for any given article, can you use the embeddings of an article to run a search, rather than encoding my query? That would let me find similar / related articles much more easily.
Thanks!
Yup, totally feasible. I might add that!