docs: Add some missing api docs (#10423)

* Add some missing api docs

* Remove utils
This commit is contained in:
Sebastian Husch Lee
2026-01-22 09:25:33 +01:00
committed by GitHub
parent b26ca57e8a
commit f9153d73b3
3 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ loaders:
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
search_path: [../haystack/dataclasses]
modules:
["answer", "byte_stream", "chat_message", "document", "image_content", "sparse_embedding", "streaming_chunk"]
["answer", "breakpoints", "byte_stream", "chat_message", "document", "image_content", "sparse_embedding", "streaming_chunk"]
ignore_when_discovered: ["__init__"]
processors:
- type: filter

View File

@@ -7,6 +7,7 @@ loaders:
"document_cleaner",
"document_preprocessor",
"document_splitter",
"embedding_based_document_splitter",
"hierarchical_document_splitter",
"recursive_splitter",
"text_cleaner"]

View File

@@ -2,7 +2,7 @@ loaders:
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
search_path: [../haystack/tools]
modules:
["tool", "from_function", "component_tool", "toolset"]
["tool", "from_function", "component_tool", "pipeline_tool", "toolset"]
ignore_when_discovered: ["__init__"]
processors:
- type: filter