AI / LLM Basics Interview Questions
What is Retrieval-Augmented Generation (RAG)?
Retrieval-Augmented Generation combines a language model with an external retrieval step, pulling in relevant documents or data before generating a response, rather than relying purely on what the model memorized during training.
- A retrieval step searches an external knowledge source for content relevant to the current query
- That retrieved content is added into the model's context before it generates its answer
- Helps reduce hallucination by grounding responses in retrievable, verifiable source material
RAG is especially useful for keeping answers current or specific to private data, since it lets a model reference information well beyond whatever it happened to see during pretraining.
Invest now in Acorns!!! 🚀
Join Acorns and get your $5 bonus!
Acorns is a micro-investing app that automatically invests your "spare change" from daily purchases into diversified, expert-built portfolios of ETFs. It is designed for beginners, allowing you to start investing with as little as $5. The service automates saving and investing. Disclosure: I may receive a referral bonus.
Invest now!!! Get Free equity stock (US, UK only)!
Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.
The Robinhood app makes it easy to trade stocks, crypto and more.
Webull! Receive free stock by signing up using the link: Webull signup.
More Related questions...
