From edddb682d06262088885e340b7b73cc70adf9583 Mon Sep 17 00:00:00 2001 From: Marco Perini Date: Tue, 11 Jun 2024 23:01:31 +0200 Subject: [PATCH] docs(cache): added cache_path param --- docs/source/scrapers/graph_config.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/scrapers/graph_config.rst b/docs/source/scrapers/graph_config.rst index 6b046d5b..9e1d49e0 100644 --- a/docs/source/scrapers/graph_config.rst +++ b/docs/source/scrapers/graph_config.rst @@ -13,6 +13,7 @@ Some interesting ones are: - `loader_kwargs`: A dictionary with additional parameters to be passed to the `Loader` class, such as `proxy`. - `burr_kwargs`: A dictionary with additional parameters to enable `Burr` graphical user interface. - `max_images`: The maximum number of images to be analyzed. Useful in `OmniScraperGraph` and `OmniSearchGraph`. +- `cache_path`: The path where the cache files will be saved. If already exists, the cache will be loaded from this path. .. _Burr: