Closed Hurricane31337 closed 2 months ago
Sorry for the confusion, it was due to a wrong import in a new connector I'm developing.
I wrote:
from backend.danswer.connectors.web.connector import WebConnector, WEB_CONNECTOR_VALID_SETTINGS
Instead of:
from danswer.connectors.web.connector import WebConnector, WEB_CONNECTOR_VALID_SETTINGS
According to the IDE (PyCharm), backend.danswer... is correct, but you have to account for the Dockerfile and location in the container in the end.
Closed.
When looking at the logs, I see the following warning/error getting spammed and the indexing from web connectors often doesn't work:
These are the code parts:
celery_run.py:
celery_app.py:
Do you have an idea what could be wrong? I checked the container contents and the file /app/danswer/background/celery/celery_app.py is there.