mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-30 19:36:23 +00:00
fix pydoc config (#6496)
This commit is contained in:
parent
b520c77f67
commit
38bd367b74
@ -1,7 +1,7 @@
|
||||
loaders:
|
||||
- type: loaders.CustomPythonLoader
|
||||
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__"]
|
||||
processors:
|
||||
- type: filter
|
||||
@ -14,7 +14,7 @@ processors:
|
||||
renderer:
|
||||
type: renderers.ReadmePreviewRenderer
|
||||
excerpt: Core classes that carry data through the system.
|
||||
category_slug: data-classes
|
||||
category_slug: haystack-classes
|
||||
title: Data Classes API
|
||||
slug: data-classes-api
|
||||
order: 30
|
||||
|
Loading…
x
Reference in New Issue
Block a user