How to use JSON dataset to construct certain output?

Hi,
I’m trying to find some discussion how to tackle this problem, but so far not getting proper solution. My usecase is that I would provide a large JSON dataset (300kb) and I would like to have this dataset for future discussions. And also I would like to teach AI how to construct different data out of it. How can I start that I send this dataset to OpenAI and store it and use it for next iterations? Because I don’t want to send this data all the time. Should I use fine-tune approach? I’m trying to build a simple NodeJS server with this approach. Thanks!

1 Like