docs: Remove transformers module from AnswerGenerator API docs (#5185)

This commit is contained in:
bogdankostic 2023-06-21 17:20:25 +02:00 committed by GitHub
parent 637433841e
commit 6a5fbb7118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
loaders:
- type: python
search_path: [../../../haystack/nodes/answer_generator]
modules: ["base", "transformers", "openai"]
modules: ["base", "openai"]
ignore_when_discovered: ["__init__"]
processors:
- type: filter