Skip to content

Commit

Permalink
docs: adding RecursiveSplitter to pydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista authored Jan 13, 2025
1 parent d147c76 commit ec86665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pydoc/config/preprocessors_api.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
loaders:
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
search_path: [../../../haystack/components/preprocessors]
modules: ["document_cleaner", "document_splitter", "text_cleaner", "nltk_document_splitter"]
modules: ["document_cleaner", "document_splitter", "nltk_document_splitter", "recursive_splitter", "text_cleaner"]
ignore_when_discovered: ["__init__"]
processors:
- type: filter
Expand Down

0 comments on commit ec86665

Please sign in to comment.