They’re two different tools with different purposes, so why treat one like it can replace the other?

  • TryingSomethingNew@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    12 days ago

    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?

    • mapumbaa@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      12 days ago

      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.