Can add multi image in AI Action?

Is possible add multi image to AI Action now?

Hello @AnsonHwang ,

Alternatively, you could loop through each image individually using separate AI Actions and then aggregate the results manually in your app logic.

Also you can prefer this Retool Community forums:

5 Likes

Hello @AnsonHwang,

The AI query is currently set to only take in one base64 argument at a time. As @WidleStudioLLP mentioned, you can run a loop to process one image per query run in an app.

And as they linked to the other forum post, in workflows, you can set up a loop block to loop through base64 strings and/or image URLs in a single workflow code block.

You can also upload images to a Vector and have an AI query interpret multiple images at once from the Vector, which is best for having a model analyze multiple images together.

Let me know if that helps!

4 Likes