Quantcast
Channel: Pinecone Community - Latest topics
Viewing all articles
Browse latest Browse all 754

Upsert not happening but no error

$
0
0

I am having an issue with pinecone calling it using the nodejs client. I am calling upsert as follows:

await index.namespace(name_space).upsert([{
    id: id,
    values: embedding,
    metadata: {
      unix_epoch: String(new Date(Date.now())),
      text: chunk,
      mimetype: mimetype,
      document_id: document_id,
    },
  }]).catch((e) => console.log(e));

No error is returned. But when I checked the index in the web console there is nothing there. Very odd!

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 754

Trending Articles