mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 05:43:55 +00:00
docs: Fix wrongly referenced class name in confluence.py (#22879)
Fixes #22542 Changed ConfluenceReader to ConfluenceLoader
This commit is contained in:
parent
32966a08a9
commit
c4f2bc9540
@ -42,7 +42,7 @@ class ConfluenceLoader(BaseLoader):
|
|||||||
|
|
||||||
You can also specify a boolean `include_attachments` to include attachments, this
|
You can also specify a boolean `include_attachments` to include attachments, this
|
||||||
is set to False by default, if set to True all attachments will be downloaded and
|
is set to False by default, if set to True all attachments will be downloaded and
|
||||||
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
|
||||||
Document object. Currently supported attachment types are: PDF, PNG, JPEG/JPG,
|
Document object. Currently supported attachment types are: PDF, PNG, JPEG/JPG,
|
||||||
SVG, Word and Excel.
|
SVG, Word and Excel.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user