mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-31 20:03:38 +00:00
fix pydoc config (#6496)
This commit is contained in:
parent
b520c77f67
commit
38bd367b74
@ -1,7 +1,7 @@
|
|||||||
loaders:
|
loaders:
|
||||||
- type: loaders.CustomPythonLoader
|
- type: loaders.CustomPythonLoader
|
||||||
search_path: [../../../haystack/dataclasses]
|
search_path: [../../../haystack/dataclasses]
|
||||||
modules: ["answer", "byte_steam", "chat_message", "document", "streaming_chunk"]
|
modules: ["answer", "byte_stream", "chat_message", "document", "streaming_chunk"]
|
||||||
ignore_when_discovered: ["__init__"]
|
ignore_when_discovered: ["__init__"]
|
||||||
processors:
|
processors:
|
||||||
- type: filter
|
- type: filter
|
||||||
@ -14,7 +14,7 @@ processors:
|
|||||||
renderer:
|
renderer:
|
||||||
type: renderers.ReadmePreviewRenderer
|
type: renderers.ReadmePreviewRenderer
|
||||||
excerpt: Core classes that carry data through the system.
|
excerpt: Core classes that carry data through the system.
|
||||||
category_slug: data-classes
|
category_slug: haystack-classes
|
||||||
title: Data Classes API
|
title: Data Classes API
|
||||||
slug: data-classes-api
|
slug: data-classes-api
|
||||||
order: 30
|
order: 30
|
||||||
|
Loading…
x
Reference in New Issue
Block a user