Can you please share a simple prompt? I’ve heard of RAG, but was unaware how you could use it in this case. Is this something you can only do with a local LLM? Or can you plug this into GitHub copilot or the like?
Can you please share a simple prompt? I’ve heard of RAG, but was unaware how you could use it in this case. Is this something you can only do with a local LLM? Or can you plug this into GitHub copilot or the like?
sith@lemmy.zip 2 days ago
This is the one I use: docs.mistral.ai/capabilities/agents/
Just tell the modell to do web searches in the system prompt.
All providers should have something similar. With a user friendly UI.
If you code your own agent and utilize an API or run a model locally, you can of course do even more. There are many tools if you want to do RAG on your own local data.
Mbourgon@lemmy.world 1 day ago
Thanks, much appreciated!