Hi Vladimir, I see whatβs happening OpenAI in Make.com canβt process 40,000+ rows at once because of token limits. The best fix is to split your data into smaller chunks (e.g., 500β1,000 rows), summarize each chunk with OpenAI, and then combine those summaries for one final analysis.
No self promotion in posts mate.
Okay will take care for the next time.
Hi @Ussikov_Vladimir_Nik Welcome to the community!
Try to create a file with all those records in csv, upload to assistant and ask it to process the file. if you want to process data in chunks, you can use repeater module to create chunks and process chunks.
adding raw sheet table in text might not be the right choice for bulk rows.
Best,
@Prem_Patel
Hi, I tried uploading a CSV file, but it didnβt work. I need the AI ββto look through the entire huge table containing information on store inventory and then give a short answer about what needs to be moved where. How do I do this?
