2023-10-27 14:53:03 +02:00
|
|
|
loaders:
|
2024-01-23 18:28:52 +01:00
|
|
|
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
|
2023-12-04 14:03:28 +01:00
|
|
|
search_path: [../../../haystack/components/generators]
|
2024-01-23 14:03:15 +01:00
|
|
|
modules:
|
|
|
|
[
|
|
|
|
"azure",
|
|
|
|
"hugging_face_local",
|
|
|
|
"hugging_face_tgi",
|
|
|
|
"openai",
|
|
|
|
"chat/azure",
|
|
|
|
"chat/hugging_face_local",
|
|
|
|
"chat/hugging_face_tgi",
|
2024-01-26 16:00:02 +01:00
|
|
|
"chat/openai",
|
2024-01-23 14:03:15 +01:00
|
|
|
]
|
2023-10-27 14:53:03 +02:00
|
|
|
ignore_when_discovered: ["__init__"]
|
|
|
|
processors:
|
|
|
|
- type: filter
|
|
|
|
expression:
|
|
|
|
documented_only: true
|
|
|
|
do_not_filter_modules: false
|
|
|
|
skip_empty_modules: true
|
|
|
|
- type: smart
|
|
|
|
- type: crossref
|
|
|
|
renderer:
|
2024-01-23 18:28:52 +01:00
|
|
|
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
|
2023-11-14 10:12:28 +01:00
|
|
|
excerpt: Enables text generation using LLMs.
|
2024-02-01 16:47:26 +01:00
|
|
|
category_slug: haystack-api
|
|
|
|
title: Generators
|
|
|
|
slug: generators-api
|
2023-12-04 14:03:28 +01:00
|
|
|
order: 70
|
2023-10-27 14:53:03 +02:00
|
|
|
markdown:
|
|
|
|
descriptive_class_title: false
|
2024-03-07 15:54:16 +01:00
|
|
|
classdef_code_block: false
|
2023-10-27 14:53:03 +02:00
|
|
|
descriptive_module_title: true
|
|
|
|
add_method_class_prefix: true
|
|
|
|
add_member_class_prefix: false
|
2024-02-01 16:47:26 +01:00
|
|
|
filename: generators_api.md
|