Hacker News new | ask | show | jobs
by Sai_Praneeth 637 days ago
Retrieval Augmented Generation. Fancy way of saying, retrieve chunks from your document corpus similar to your input using a similarity (mostly cosine) of embedding vectors of the chunks and input vectors, then inject those relevant chunks into your prompt to the LLM. Useful for Document Intelligence.
1 comments

Thank you for the explanation, I remember hearing about this now