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.
@@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.
Check out the RAG Beyond Basics Course: prompt-s-site.thinkific.com/courses/rag
I tried to remove Tavily and used google search..... I ran out of limits though...
Great video as always! Do you know if there is some no cost alternative to Tavily for production?
You can use duckduckgo. Check it out here: pypi.org/project/duckduckgo-search/
@@engineerprompt Thanks a lot!
Is there any way to use the Gemini Pro Python interpreter to iteratively and recursively write code and build apps?
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.
@@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.
why did you use PyPDF instead of Gemini 1.5?
Can agent answer multiple questions if i put at same time ?
Yes, it can decompose your query.
Can we do this without langtrace?
Yes, the code will work without langtrace. Just comment that one line