RAG - Can't upsert embeddings - Prepare the Embeddings and Upsert to Pinecone

Can’t get the Embeddings to Upsert to Pinecone.
Total_vector_count comes back as 0, unlike in the video where it returns 10,000!

In the video, he shows himself using
if len(prepped) >= 250:
but the pre-populated text has it as 200.

I changed that to 100, 200, 500, and none of those variations resulted in embeddings being upserted into Pinecone.