What is Cache Augmented Generation (CAG) - CAG vs RAG

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 7

  • @TheTechchan
    @TheTechchan 3 дня назад +1

    Truly appreciate your work 🙏

  • @Nex_Addo
    @Nex_Addo 3 дня назад +2

    In light of R1 and the cost savings it brings, especially when run locally, it seems like CAG is gonna have its own moment. My guess is ultimately we'll all use both.

  • @thibs0
    @thibs0 3 дня назад +1

    Merci Louis ! Now I need to test it ;)

    • @WhatsAI
      @WhatsAI  3 дня назад +1

      The most important step! ;)

  • @TheNaitik2
    @TheNaitik2 3 дня назад

    How can we implement CAG for api model ?

    • @WhatsAI
      @WhatsAI  3 дня назад

      API model you mean for example using Gemini through an api? You can just use the caching library from google and cached_content parameter :)
      Each provider has its way implemented