Hi All, Have been trying to get Brandon's CrewAI Rag code running that scrapes youtube for the five top videos (crewai-rag-deep-dive/2_youtube_and_web). I have installed and re-installed the poetry shell. The code is exactly the same - just a git clone of Brandon's code. That being said I have followed the vid twice to ensure all is well - I cannot see where my env starts to go pear shaped. My output seems different - less verbose? It is when the code starts executing the second agent/task that it fails to add any of the five videos to the vector store. I have let the code run to the end and it finishes all the tasks and does find a few items from the web searches. But it is the failed vectorDB that has me stumped! Help please! Thanks Alan. *** terminal output *** crewai-rag-basics-py3.10(base) a_shipley@ShipleyAI:~/Python_poetry/crewai-rag-deep-dive/2_youtube_and_web$ python crew.py Please enter the YouTube handle to analyze: bhancock_ai > Entering new CrewAgentExecutor chain... To proceed with scraping the latest five videos from the specified YouTube channel, I will use the available tool to fetch the latest videos from the channel handle `bhancock_ai`. Action: Fetch Latest Videos for Channel Action Input: {"youtube_channel_handle": "@bhancock_ai", "max_results": 5} videos=[VideoInfo(video_id='8PtGcNE01yo', title='CrewAI Flows Crash Course', publish_date=datetime.datetime(2024, 10, 25, 13, 45, 29, tzinfo=datetime.timezone.utc), video_url='https://www.youtube.com/watch?v=8PtGcNE01yo'), VideoInfo(video_id='cyPZsbO5i5U', title='Supabase Postgres Vector DB Crash Course', publish_date=datetime.datetime(2024, 10, 18, 20, 48, 14, tzinfo=datetime.timezone.utc), video_url='https://www.youtube.com/watch?v=cyPZsbO5i5U'), VideoInfo(video_id='2qU3SPPojDA', title='How to Build a NextJS MVP using v0, Claude, and Cursor', publish_date=datetime.datetime(2024, 10, 10, 17, 13, 35, tzinfo=datetime.timezone.utc), video_url='https://www.youtube.com/watch?v=2qU3SPPojDA'), VideoInfo(video_id='np1cwfDjCF4', title='Build a Full Stack AI Marketing Platform SaaS [Premium Course Announcement]', publish_date=datetime.datetime(2024, 9, 19, 17, 13, 33, tzinfo=datetime.timezone.utc), video_url='https://www.youtube.com/watch?v=np1cwfDjCF4'), VideoInfo(video_id='fMa2zQIkQwM', title='Claude 3.5 Crash Course for Developers: Code 10x Faster in 2024 [Claude 3.5 artifacts]', publish_date=datetime.datetime(2024, 8, 21, 13, 39, 24, tzinfo=datetime.timezone.utc), video_url='https://www.youtube.com/watch?v=fMa2zQIkQwM')]