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
I encountered a ModuleNotFoundError when trying to import SimpleText2SQLAgent from premsql.pipelines . According to the documentation, this should work directly with the following code: from premsql.pipelines import SimpleText2SQLAgent
Here is the error message: ---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Cell In[4], line 1
----> 1 from premsql.pipelines import SimpleText2SQLAgent
2 from premsql.generators import Text2SQLGeneratorHF
3 from premsql.executors import SQLiteExecutor
ModuleNotFoundError: No module named 'premsql.pipelines'
The text was updated successfully, but these errors were encountered:
I encountered a ModuleNotFoundError when trying to import SimpleText2SQLAgent from premsql.pipelines . According to the documentation, this should work directly with the following code: from premsql.pipelines import SimpleText2SQLAgent
Here is the error message: ---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Cell In[4], line 1
----> 1 from premsql.pipelines import SimpleText2SQLAgent
2 from premsql.generators import Text2SQLGeneratorHF
3 from premsql.executors import SQLiteExecutor
ModuleNotFoundError: No module named 'premsql.pipelines'
The text was updated successfully, but these errors were encountered: