Hey there,
I’m using colpali (in python) to generate a multi vector embedding that looks like this:
>>> scores
tensor([[6.5938, 6.8125],
[9.0000, 9.3125]])
How do I upsert a vector that is multi dimensional like this to pinecone? I wasn’t able to find the docs for this
Thanks!