2024-03-05 14:17:52 +01:00
|
|
|
loaders:
|
|
|
|
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
|
|
|
|
search_path: [../../../haystack/utils]
|
|
|
|
ignore_when_discovered: ["__init__", "hf"]
|
|
|
|
processors:
|
|
|
|
- type: filter
|
|
|
|
expression:
|
|
|
|
documented_only: true
|
|
|
|
do_not_filter_modules: false
|
|
|
|
skip_empty_modules: true
|
|
|
|
- type: filter
|
|
|
|
expression: "name not in ['TokenSecret', 'EnvVarSecret','_get_default_device', '_split_device_string', 'convert']"
|
|
|
|
- type: smart
|
|
|
|
- type: crossref
|
|
|
|
renderer:
|
2024-03-13 12:30:13 +01:00
|
|
|
type: haystack_pydoc_tools.renderers.ReadmeCoreRenderer
|
2024-03-06 16:11:17 +01:00
|
|
|
excerpt: Utility functions and classes used across the library.
|
2024-03-05 14:17:52 +01:00
|
|
|
category_slug: haystack-api
|
2024-03-06 16:11:17 +01:00
|
|
|
title: Utils
|
2024-03-05 14:17:52 +01:00
|
|
|
slug: utils-api
|
|
|
|
order: 153
|
|
|
|
markdown:
|
|
|
|
descriptive_class_title: false
|
2024-03-07 15:54:16 +01:00
|
|
|
classdef_code_block: false
|
2024-03-05 14:17:52 +01:00
|
|
|
descriptive_module_title: true
|
|
|
|
add_method_class_prefix: true
|
|
|
|
add_member_class_prefix: false
|
|
|
|
filename: utils_api.md
|