Hi!
I am attempting to upload multiple documents at once in to a Retool AI Vector.
I am using a workflow to loop through rows in a retool database and upload each one as a document in to a vector.
This process works successfully when my Retool Vector uses either " text-embedding-2-small" or "text-embedding-ada-002". But it does not work when i try to upload a document using "text-embedding-3-large" as the embedding.
This is the error I see: Error: expected 3072 dimensions, not 1536
@Nathan_Franklin I was able to repro the error on my end. One thing I noticed is that it works fine when using the "Upsert Document" action, but fails when using the "Insert Document" action.
We are working on a fix, but would you be able to try changing the action type to "Upsert Document" as a temporary workaround in the mean time?