You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove max_pages parameter from confluence loader parameters if it is a string (#86)
This pull request introduces an improvement to the handling of the
`max_pages` parameter in the Confluence extractor. The update ensures
that the parameter is only included if it is properly set and of the
correct type, which helps prevent potential issues when passing
parameters to the `ConfluenceLoader`.
Parameter handling improvements:
* In `extractors/confluence_extractor.py`, the code now removes the
`max_pages` parameter from `confluence_loader_parameters` if it is
missing or is a string, ensuring only valid integer values are passed to
the loader.
This PR fixes following issue:
#85
0 commit comments