We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32966a0 commit c4f2bc9Copy full SHA for c4f2bc9
libs/community/langchain_community/document_loaders/confluence.py
@@ -42,7 +42,7 @@ class ConfluenceLoader(BaseLoader):
42
43
You can also specify a boolean `include_attachments` to include attachments, this
44
is set to False by default, if set to True all attachments will be downloaded and
45
- ConfluenceReader will extract the text from the attachments and add it to the
+ ConfluenceLoader will extract the text from the attachments and add it to the
46
Document object. Currently supported attachment types are: PDF, PNG, JPEG/JPG,
47
SVG, Word and Excel.
48
0 commit comments