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

Python Client Upsert Issue - mismatch in values once upserted

$
0
0

Upserting a list[tuple(str,list[float])] per Python Client. For example original vector of length 1536 like so:
[(‘1’, [0.0031443795, 0.012362102, -0.01929016,…)]

once upserted equals the following in the pinecone web ui / also confirmed when querying the vector store via the python client:
id=1 | values=[0.00314437947, 0.012362102, -0.0192901604,…]

please observe the differences in the original vector compared to that stored in pinecone

could it be an implicit data type conversion error?

14 posts - 6 participants

Read full topic


Viewing all articles
Browse latest Browse all 736

Trending Articles