When creating an index in a jupyter notebook, the output is filled with Batches. Is there a way to disable these? The same "batch" spam is also present in RetrieverEvaluator.aevaluate_dataset() as well
I have no idea where this is coming from actually -- I don't think this is coming from llama-index explicitly? Maybe something to do with the embed model you are using?
This is the simplest example I can provide, which is basically the starter tutorial with local model. If it makes a difference, I am using Kaggle to run the code.