As I’m working on Gemini AI and I encounter a issue for token limit
I need to load a file and ask the Gemini LLM to answer the questions regrading from the loaded file.
I need to inject a 19kb JSON file. When I try to ingest the file, it says:
“raise exceptions.from_grpc_error(exc) from exc google.api_core.exceptions.InvalidArgument: 400 Request payload size exceeds the limit: 10000 bytes.”
How do I use Google’s Gemini with a large amount of external data quickly?
I am using Gemini to analyze a vast amount of feedback data from customers. I want to ask the model questions like “what are the most common complaints?” and “what do customers like about our services?”.