Comment on What exactly is a self-hosted small LLM actually good for (<= 3B)
catty@lemmy.world 10 months agoNo, what is it? How do I try it?
Comment on What exactly is a self-hosted small LLM actually good for (<= 3B)
catty@lemmy.world 10 months agoNo, what is it? How do I try it?
MTK@lemmy.world 10 months ago
RAG is basically like telling an LLM “look here for more info before you answer” so it can check out local documents to give an answer that is more relevant to you.
You just search “open web ui rag” and find plenty kf explanations and tutorials
iii@mander.xyz 10 months ago
I think RAG will be surpassed by LLMs with tool calling (aka agents), with search being one of the tools.
interdimensionalmeme@lemmy.ml 10 months ago
LLMs that train LoRas on the fly then query themselves with the LoRa applied