Open IgnacioHeredia opened 2 weeks ago
Hi, @IgnacioHeredia . Thanks for reporting this issue!
The image size problem in .ipynb
files is a valid concern.
I'm thinking about how to best implement this as a configurable feature. I'll work on implementing this improvement. If you have any thoughts on the configuration approach, feel free to share them!
Right now, the repomix generated file includes the images generated in
.ipynb
.I think there should be some preprocessing to remove them (or put a placeholder), since they don't add any value and take up many space (thus making it harder to retrieve the truly relevant information).
My dirty solution for now is to go and remove the lines:
The generated repomix file went from 5MB to 300kB.