Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to send a large amount of data to artificial intelligence?

Hello,
I want to make a query to artificial intelligence with a very large json with statistics and I want to ask questions about that statistics: analysis, recommendations, calculations...
The problem I have is that when passing this data at the prompt it gives an error due to limitations of the size of the prompt.
Is there a way to do what I need?

Thanks

2 1 368
1 REPLY 1

Break up the data, query selectively, use external storage, preprocess, and optimize queries to handle large JSON datasets with AI despite prompt size limitations.