Llama Index AI Agents: How to Get Started for Beginners?

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

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

  • @vincentnestler1805
    @vincentnestler1805 7 месяцев назад +1

    Thanks!

  • @nicolo2313
    @nicolo2313 7 месяцев назад +6

    How do LlamaIndex agents compare to Langchain agents? Especially I'm curious about a comparison between the ReAct agents

  • @joesmoo9254
    @joesmoo9254 7 месяцев назад

    Thank my man. I always on the lookout for your latest posts

  • @RalfMecki
    @RalfMecki 7 месяцев назад

    Mervin, thanks a lot, I'm looking forward for more about lamaindex with the new Mistral and more komplex tools.

  • @ChuckV2023
    @ChuckV2023 7 месяцев назад

    Can llama be accessed programmatically from a custom app via local network connection?

  • @jarad4621
    @jarad4621 7 месяцев назад

    Would love to see how to use a complex scraper tool i created in python with an agent, can you create anything and use it as a tool for agent like another script you made that has a flask api?

  • @JohnDoe-zx8bu
    @JohnDoe-zx8bu 7 месяцев назад

    How does it make decision what tool to use?

  • @MeinDeutschkurs
    @MeinDeutschkurs 7 месяцев назад +1

    Ps: Lama Index seems to be so simple in comparison to other stuff you‘ve showed us.

  • @VaibhavKrishna18
    @VaibhavKrishna18 7 месяцев назад

    Hey Mervin, I really like your explanations of these tools. Good job on that. One quick question, what is the minimum requirement of the operating system to run ollama locally.

    • @MervinPraison
      @MervinPraison  7 месяцев назад +1

      Memory requirements
      7b models generally require at least 8GB of RAM
      13b models generally require at least 16GB of RAM
      70b models generally require at least 64GB of RAM

    • @VaibhavKrishna18
      @VaibhavKrishna18 7 месяцев назад

      ​@@MervinPraison thank you

  • @AmritheshKakkoth
    @AmritheshKakkoth 6 месяцев назад

    cool vid

  • @farexBaby-ur8ns
    @farexBaby-ur8ns 7 месяцев назад

    I am guessing this needs pemdas or bodmas rules .. agent with rules? If you say 3x3-5x5, it would need rules incorporation, rt?

  • @jarad4621
    @jarad4621 7 месяцев назад +1

    Llamaindex is jist data and rag right so this is custom agents not crew or anything in combination with rag is that right or does Lindex have its own own agents now?

  • @farexBaby-ur8ns
    @farexBaby-ur8ns 7 месяцев назад

    So Mervin, this is a good vid. But are there many roads to Rome? You showcased crewAI b4. How does that differ from llamaindex agents?

    • @MervinPraison
      @MervinPraison  7 месяцев назад +1

      If you already know llama index , then this path is easy to get in to ai agents .
      For beginners you can try CrewAI or PraisonAI

    • @farexBaby-ur8ns
      @farexBaby-ur8ns 7 месяцев назад

      I liked crewAI .. not a hands on yet person with ai coding(code reader now 🤪), but the systematic way of setting up crew ai(similar to here) appealed to me

  • @frankbradford2869
    @frankbradford2869 7 месяцев назад

    Mervin, this is good stuff, I am using PC not Mac. when I run the code , it comes back UI.py not found. where can I find this or do I have to create it?

    • @tonyppe
      @tonyppe 7 месяцев назад

      Use a conda virtual environment. Then it doesn't matter if you're windows, Linux, mac

  • @MeinDeutschkurs
    @MeinDeutschkurs 7 месяцев назад +2

    Mervin, please don‘t let us do it. Please show us another enhanced example!! ❤❤

    • @farexBaby-ur8ns
      @farexBaby-ur8ns 7 месяцев назад +1

      Why did you say that?😅 I love small examples that could be used as a template and easily recollected.

    • @MeinDeutschkurs
      @MeinDeutschkurs 7 месяцев назад

      @@farexBaby-ur8ns , yeah, and I love additional extended examples to find better into it. Not only but also… 🤩

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w 7 месяцев назад +1

    How does it compare against crewai or langgraph?

    • @MervinPraison
      @MervinPraison  7 месяцев назад +1

      If you already know llama index this is a easy path towards ai agents.
      Llama index has its own advantage in regards to simplifying handling data.
      But if you are beginner to the whole ai and you want to learn ai agents , try CrewAI or PraisonAI

  • @HyperUpscale
    @HyperUpscale 7 месяцев назад +1

    This example is too simple - even I could follow and do it 😂

  • @commoncats5437
    @commoncats5437 7 месяцев назад

    hai mervin teach a video on integrating with website and productionizing