We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6568c78 commit ad3df42Copy full SHA for ad3df42
backend/danswer/connectors/gitlab/connector.py
@@ -253,5 +253,6 @@ def poll_source(
253
"gitlab_url": os.environ["GITLAB_URL"],
254
}
255
)
256
+
257
document_batches = connector.load_from_state()
258
print(next(document_batches))
0 commit comments