Gemini Agents are Surprisingly Good

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

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

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

    Check out the RAG Beyond Basics Course: prompt-s-site.thinkific.com/courses/rag

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

      I tried to remove Tavily and used google search..... I ran out of limits though...

  • @ShiftAppTeam
    @ShiftAppTeam 5 месяцев назад

    Great video as always! Do you know if there is some no cost alternative to Tavily for production?

    • @engineerprompt
      @engineerprompt  5 месяцев назад

      You can use duckduckgo. Check it out here: pypi.org/project/duckduckgo-search/

    • @ShiftAppTeam
      @ShiftAppTeam 5 месяцев назад

      @@engineerprompt Thanks a lot!

  • @NewHollywood-t7x
    @NewHollywood-t7x 6 месяцев назад +1

    Is there any way to use the Gemini Pro Python interpreter to iteratively and recursively write code and build apps?

    • @engineerprompt
      @engineerprompt  6 месяцев назад +1

      I think its limited to pure Python at the moment (has some ML packages at the backend). but it keeps track of previous conversation and can do it iteratively.

    • @NewHollywood-t7x
      @NewHollywood-t7x 6 месяцев назад

      @@engineerprompt Please consider doing a video on that topic to demonstrate what it's capable of. I think many in your audience are fascinated by the agentic, automated, iterative and recursive potential of AI to do productive work like writing bespoke code and executing it in the context of completing agentic tasks.

  • @RedCloudServices
    @RedCloudServices 5 месяцев назад +1

    why did you use PyPDF instead of Gemini 1.5?

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

    Can agent answer multiple questions if i put at same time ?

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

    Can we do this without langtrace?

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

      Yes, the code will work without langtrace. Just comment that one line