My vectors have no id associated with them?

Hello. I created a python script that chunked a large volume of text data into over 5500 vectors (with 1536 dimensionality). The thing is, I can’t actually look at any of them using “fetch” on the pinecone console. I watched a YouTube of a guy showing the process, and his vector’s had ID’s associated with them. I seem to have these 5500 or so vectors stored in a namespace, but I am unable to look at one of them at random and see the associated text, metadata, or anything. All I get is that the metric says I have these vectors, but they are all inaccessible. What’s up?

Can you do a query for the vector to get its “id” in the response?
If you have the text you should be able to get an embedding again right?