pinecone-io / pinecone-python-client

The Pinecone Python client
https://www.pinecone.io/docs
Apache License 2.0
286 stars 79 forks source link

Upsert data without having to manually assign an ID #302

Open rai-bd opened 7 months ago

rai-bd commented 7 months ago

I have not found a way of doing this. Also in the docs they always specify the id of the vector before running index.upsert(). However I find this very inefficient. Is there a way to forget about the id and let pinecone figure that out automatically?

anawishnoff commented 1 month ago

Hey @rai-bd , thanks for filing this. I've added the request to our backlog and would love to learn more. Can you expand on why you don't want to manually assign an ID?