Hello ![]()
I've been trying to figure out why my Retool AI conversations never include any vector documents despite selecting the checkbox to use Retool vectors:
After spending some time debugging, I noticed in the state that the embeddingModel used for the Retool AI query is set to text-embedding-ada-002, but my chosen vector is using text-embedding-3-large.
I can't confirm, but my assumption is that this is the reason why I can never get the vector context to populate in my queries no matter how specific I make my questions in relation to the vector documents.
Is it possible to add support for changing the value of embeddingModel or have Retool automatically choose the correct model based on the vector chosen?

