AI to summarize multiple text fields from a collection into a new single text field

Question:
I have text fields in a collection across different items (e.g., feedback from members on a topic). I want to generate a summary of these fields and display the summary in a new field (e.g., Summary of feedback so far), using Velo. Any pointers?

Product:
WIX Editor, Velo
What are you trying to achieve:
Reading individual comments from multiple people on the same topic can be tiring and also fragmented. I am trying to build a feature whereby, the feedback from multiple people over time can be summarized using AI and displayed as a new field. I want to use Velo in Editor (NOT editor X) as the rest of my website.

Has anyone tried something similar? Any good AI APIs that work with WIX?
What have you already tried:
I looked at ADI, but it only has the option to ‘generate text’ while building a site.
Additional information:
Ideally, a WIX ADI is preferred, but I am ok with going for an add-on API, if needed.

Hi, psaraph!!

I’m not sure if Wix already has an AI with such functionality built in, but integrating external APIs like ChatGPT would make such processing possible. Of course, there would be additional usage fees separate from Wix. :thinking:

Yes, I found the npm package for Openai at openai - npm (there are other AI npms available as well). Now, I’m figuring out how to integrate it for my purpose. I don’t need the latest AI, just a basic AI that would read the text from multiple fields and summarize it. Let’s see.

A while ago, I also created my own page using that API, similar to ChatGPT, and I had the impression that it worked without any issues. So, I believe you should be able to implement it without any problems as well. In fact, your reply has made me want to look into other AI-related npm packages again! It would be great to find an API that fits my needs and offers good cost performance. :wink: