After installing pgai with: `pip install "pgai[vectorizer-worker]"`, and trying to import the Worker: `from pgai import Worker`, I get the error: cannot import name 'Worker' from 'pgai'.
After installing pgai with:
pip install "pgai[vectorizer-worker]", and trying to import the Worker:from pgai import Worker,I get the error:
cannot import name 'Worker' from 'pgai'.