Is your feature request related to a problem? Please describe.
Implement a local HTML caching. To avoid re-process all scraping each time. It's notably long with recursive depths scrapings.
Describe the solution you'd like
Add a local cache near:
|
def handle_web_source(self, state, source): |
Describe alternatives you've considered
- Implement myself, not feasible as this is bundled in many graph implementations
Related
Is your feature request related to a problem? Please describe.
Implement a local HTML caching. To avoid re-process all scraping each time. It's notably long with recursive depths scrapings.
Describe the solution you'd like
Add a local cache near:
Scrapegraph-ai/scrapegraphai/nodes/fetch_node.py
Line 245 in aa6a76e
Describe alternatives you've considered
Related