14 lines
348 B
YAML
14 lines
348 B
YAML
loaders:
|
|
- search_path: [../haystack/components/caching]
|
|
modules: ["cache_checker"]
|
|
processors:
|
|
- type: filter
|
|
documented_only: true
|
|
skip_empty_modules: true
|
|
renderer:
|
|
title: Caching
|
|
id: caching-api
|
|
description: Checks if any document coming from the given URL is already present
|
|
in the store.
|
|
filename: cachings_api.md
|