Skip to content

Commit bdd9ed9

Browse files
Fix user guide
1 parent a32400f commit bdd9ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide_kg_builder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ instances of specific components to the `SimpleKGPipeline`. The components that
216216
customized at the moment are:
217217

218218
- `text_splitter`: must be an instance of :ref:`TextSplitter`
219-
- `file_loader`: must be an instance of :ref:`DataLoader`
219+
- `file_loader`: must be an instance of :ref:`PdfLoader` or :ref:`MarkdownLoader`
220220
- `kg_writer`: must be an instance of :ref:`KGWriter`
221221

222222
The legacy names ``from_pdf`` and ``pdf_loader`` (in Python, YAML, or JSON) are still accepted

0 commit comments

Comments
 (0)