mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 21:33:51 +00:00
community[minor]: Fix missing 'keep_newlines' parameter forward-pass to 'process_pages' function in confluence loader (#20086) (#20087)
- **Description:** Fixed missing `keep_newlines` parameter forward-pass in confluence-loader - **Issue:** #20086 - **Dependencies:** None --------- Co-authored-by: ccurme <chester.curme@gmail.com>
This commit is contained in:
parent
583b0449eb
commit
3c7f12cbf5
@ -390,6 +390,7 @@ class ConfluenceLoader(BaseLoader):
|
|||||||
content_format,
|
content_format,
|
||||||
ocr_languages,
|
ocr_languages,
|
||||||
keep_markdown_format,
|
keep_markdown_format,
|
||||||
|
keep_newlines=keep_newlines,
|
||||||
)
|
)
|
||||||
|
|
||||||
if page_ids:
|
if page_ids:
|
||||||
|
Loading…
Reference in New Issue
Block a user