mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-24 12:43:22 +08:00
docs: Add some missing api docs (#10423)
* Add some missing api docs * Remove utils
This commit is contained in:
committed by
GitHub
parent
b26ca57e8a
commit
f9153d73b3
@@ -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
|
||||
|
||||
@@ -7,6 +7,7 @@ loaders:
|
||||
"document_cleaner",
|
||||
"document_preprocessor",
|
||||
"document_splitter",
|
||||
"embedding_based_document_splitter",
|
||||
"hierarchical_document_splitter",
|
||||
"recursive_splitter",
|
||||
"text_cleaner"]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user