I want to store information in the rows of the metadata. For example metadata= metadata={"count": 5}
I want concurrent processes to be able to increment the count. Does pinecone expose any consistency mechanism to implement a reader/writer lock here? Checking data freshness with describe_index_stats()
doesn’t help here if the vector count isn’t changing.
1 post - 1 participant