Skip to main content

I have an Excel spreadsheet that contains 2 columns, 1st column is called Terms, 2nd column is called Definitions.

 

spreadsheet 

What I want to do is convert each flashcard pair (4 rows) into multiple choice questions via GPT3.5Turbo. The problem I'm running into is that while OpenAIChatGPTConnector  takes in the data just fine, it is only outputting 1 pair (The last row). How can I work around this?

 

workflow

@shatterstar6457​ In the OpenAIChatGPTConnector, enable Group By and set it to Group By the Terms attribute. Since this attribute contains unique values, it will perform a separate run for each of your rows.

image 

Hope this helps!

Dan


Reply