Update Connector README PATH (#2323)

This commit is contained in:
Yuhong Sun 2024-09-03 20:56:37 -07:00 committed by GitHub
parent 0ff1a023cd
commit 2b7915f33b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,6 +59,8 @@ if __name__ == "__main__":
latest_docs = test_connector.poll_source(one_day_ago, current)
```
> Note: Be sure to set PYTHONPATH to danswer/backend before running the above main.
### Additional Required Changes:
#### Backend Changes