You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Top of my file: from docquery import pipeline, document
When running this, I see the following error:
ImportError: cannot import name 'pipeline' from partially initialized module 'docquery' (most likely due to a circular import) (/Users/swaraj/sempre-repos/swaraj-sandbox/docquery.py)
The text was updated successfully, but these errors were encountered:
Top of my file:
from docquery import pipeline, document
When running this, I see the following error:
ImportError: cannot import name 'pipeline' from partially initialized module 'docquery' (most likely due to a circular import) (/Users/swaraj/sempre-repos/swaraj-sandbox/docquery.py)
The text was updated successfully, but these errors were encountered: