Does Glide support using Glide tables as input for Generate Text within Glide AI?
If not should I put in a feature request?
Does Glide support using Glide tables as input for Generate Text within Glide AI?
If not should I put in a feature request?
If you want to put in the contents of the whole table into a Generate Text request, you’ll need to create joined lists of all the columns or rows you want to include and preferably use templates to structure the content of the table so that it can be understood by AI.
Remember that the more tokens (1 token ~4 chars) you put into each prompt, the quicker you’ll burn through your updates capacity.
What are you building? It’ll be easier to help if you share more datails.
I want to use AI/NLP/Generate Text to summarize a set of activities which are english language descriptions (“Matt added a new partner”,“Matt added a note to an account”,“Matt deleted a meeting”) with additional meta tags such as author, timestamp and territory that are currently stored as rows in a Glide database. A prompt would be “create a summary of Matts activity this month”)
I will use the suggestion to test by using joined lists and limit the input size. I am interested in Glide AI’s ability to do this summary.
That would work, but be careful on how many tokens you are consuming. A month’s worth of data might be a lot.
Agreed - I suspect two paths will be required based on data set size.