langchain
langchain copied to clipboard
chore: make request timeout configurable in NotionDBLoader
I am also hitting some timeouts on the Notion DB fetching (~20 documents in the source notion db)
https://github.com/hwchase17/langchain/pull/2056#issuecomment-1530002441
^ this user makes a good point about making this underlying fetch logic extensible for retries/Idempotence, but this PR just makes the request timeout configurable
checking on the failed lint job, sec