Not sure what might be causing this... this is the agent output whilst running the crewai.py from Brandon's crewai rag video. All 5 failed. It did pick up most of the info from the scrape but obviously the youtube rag is the key element. > Entering new CrewAgentExecutor chain...
I need to add each of the provided YouTube video URLs to the vector database using the available tool. I will begin with the first video in the list and proceed sequentially.
Action: Add Video to Vector DB
success=False
Thought: The first attempt to add the video to the vector database failed. I will attempt to add the video again and check for a successful operation. If it fails again, I will proceed with the next video.
Action: Add Video to Vector DB
I tried reusing the same input, I must stop using this action input. I'll try something else instead.