|
|
|
|
|
by llm_nerd
341 days ago
|
|
In this case their Retrieval stage is "SELECT *", basically, so sure I'm being loose with the terminology, but otherwise it's just a non-selective RAG. Okay ..AG. RAG is selecting pertinent information to supply to the LLM with your query. In this case they decided that everything was pertinent, and the net result is just reduced efficiency. But if it works for them, eh. |
|
You mention the retrieval stage being a SELECT *? I don't think there's any SQL involved here.