Hello,
I have a scraping task (all in python). My approach is to use the default scraper, review schema results, and if they aren't great, I try again using FIRE-1.
I'm using async in python to wrap a timeout around this, and I set a 120 second timeout, and the FIRE-1 results still are not returning. However, in the playground, I do see it work.
Any obvious things I should try before I debug further or provide more info / code-snippets, etc?
Thanks!