Agentic RAG Using CrewAI & LangChain!

Sdílet
Vložit
  • čas přidán 11. 09. 2024
  • Retrieval-Augmented Generation (RAG) is the process of optimizing the output of a large language model using an external knowledge base attached through a vector database.
    It is okay until we have simple documents and use cases.
    But, with the introduction of AI agents, the researchers thought why not integrate these AI agents in our RAG pipeline.
    Because these AI agents are able to plan, come up with logic, reasoning, and they also know how to use tools whenever there is a requirement.
    This gave rise to so called 'Agentic RAG'
    AI Agent RAG, or Agentic RAG, utilizes intelligent agents and advanced LLMs to streamline and enhance the retrieval and generation process, making it more efficient compared to traditional RAG approach.
    Let's build a simple agentic RAG workflow using LangChain, CrewAI and Groq. The complete notebook code is here: github.com/pav...
    The video is inspired by 'AI Anytime': • Build an Agentic RAG u...

Komentáře • 11

  • @rupakrajguru6047
    @rupakrajguru6047 Před 12 dny +1

    Nice video, it would be helpful to paus a bit on the notebook when u r explaining the agent and tasks - go through the description and expected outcomes a bit slowly.

    • @pavanbelagatti
      @pavanbelagatti  Před 10 dny

      Thanks for the feedback. I will really keep this in mind while I do my next set of videos. Thanks :)

  • @joydeepbhattacharjee3849
    @joydeepbhattacharjee3849 Před měsícem +1

    Nice video 👍

  • @princemathew9034
    @princemathew9034 Před měsícem +1

    Pavan, question why do we need CrewAI here ?

    • @pavanbelagatti
      @pavanbelagatti  Před měsícem

      CrewAI is the one that is helping us build these agents. It is the automation framework that combines these AI Agent. If you see the code, we are defining the flow with rag_crew to basically automate these ai agents.

    • @vamshiprince969
      @vamshiprince969 Před měsícem

      @@pavanbelagatti any alternative agent please list out them

    • @yazanrisheh5127
      @yazanrisheh5127 Před měsícem

      @@vamshiprince969 You have AutoGen, Agency Swarm and LangGraph

    • @kainatraisa6562
      @kainatraisa6562 Před měsícem

      ​@@vamshiprince969if you are looking for any alternative tech/framework of crewAI then you can checkout Autogen

    • @vikaskyatannawar8417
      @vikaskyatannawar8417 Před 20 dny

      ​@@vamshiprince969 crewai is not agent. Its a framework, you can try autogen, langchain