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?
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.
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?
This is the one I use: https://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.