Hacker News new | ask | show | jobs
by petesergeant 593 days ago
Not RAG: asking the LLM to generate using its internal weights only

RAG: providing the LLM with contextual data you’ve pulled from outside its weights that you believe relate to a query

1 comments

Nice, super simple. We're definitely fitting into this definition of RAG then!