I am using pinecone in order to store 768-dimensional vectors in a vector database. From the docs, I read that the free tier allows to store up to 100,000 vectors. However, in my case, there seem to be only 1,466 vectors. Also, the dashboard reports a pod fullness of 0.0%.
In my client code, I upserted around 86,000 vectors, but only 1,466 are uploaded. I mention that I also add some metadata for each vector, namely an integer encoded as a string. Below is a screenshot from the dashboard, showing the number of vectors and pod fullness.
How could I upload all 86,000 vectors?