You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
The text was updated successfully, but these errors were encountered: