mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-11 05:36:03 +02:00
Update connector.py
recieved -> received
This commit is contained in:
committed by
Chris Weaver
parent
3a9d5b4d90
commit
0e4677e3db
@@ -84,7 +84,7 @@ class NotionConnector(LoadConnector, PollConnector):
|
|||||||
self.indexed_pages: set[str] = set()
|
self.indexed_pages: set[str] = set()
|
||||||
self.root_page_id = root_page_id
|
self.root_page_id = root_page_id
|
||||||
# if enabled, will recursively index child pages as they are found rather
|
# if enabled, will recursively index child pages as they are found rather
|
||||||
# relying entirely on the `search` API. We have recieved reports that the
|
# relying entirely on the `search` API. We have received reports that the
|
||||||
# `search` API misses many pages - in those cases, this might need to be
|
# `search` API misses many pages - in those cases, this might need to be
|
||||||
# turned on. It's not currently known why/when this is required.
|
# turned on. It's not currently known why/when this is required.
|
||||||
# NOTE: this also removes all benefits polling, since we need to traverse
|
# NOTE: this also removes all benefits polling, since we need to traverse
|
||||||
|
Reference in New Issue
Block a user