Example

| From | To | Command | Script |
|---|---|---|---|
. | Item | SELECT.PERFION | <Query><Select languages="EN" maxCount='5'><Feature id="Image" /></Select><From id="Product" /><Where><Clause id='Image' operator='HAS' /></Where></Query> |
| Item | ItemEnriched | SELECT.GPT | Write a 1 paragraph description based on this image {Image} |
SELECT.PERFION retrieves products that have an image, including the Image column as a binary id. SELECT.GPT then references {Image} in the Script, since that column holds a file rather than text, the image itself is sent to the model, and the generated description is written to Description_EN via @ResultColumn.
Comments
0 comments
Please sign in to leave a comment.