base64 images
When crawling some pages, it picks up on base64 images, making it not fun to put that into vector stores ๐ any suggestions?
1 Reply
We're working on this. You could use
excludeTags: ["img"]
in the meantime.