docs(cache): added cache_path param

This commit is contained in:
Marco Perini 2024-06-11 23:01:31 +02:00
parent c881f64209
commit edddb682d0

View File

@ -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`. - `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. - `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`. - `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: .. _Burr: