I am using the Pinecone API (HTTP POST) to upsert a record.
Once the call is done, I receive a 200 Status Code from the server but nothing is added to the Index.
An example of an entry below
{
"vectors": [
{
"id": "26",
"values": [-0.0024521805,-0.014944036,0.009801929,-0.017538864,...]
}
]
}