Heya, when trying to import SQLContextBuilder, I'm getting an ImportError.
I've tried importing SQLContextBuilder directly from the file where it's defined, but then I get an ImportError on DEFAULT_REFINE_TABLE_CONTEXT_PROMPT in default_prompts.
Is anyone else getting this error? Have upgraded to the latest package version, any other ideas for what I could try?
Ahhh yea, seems to run fine with the interpreter directly, so must be something weird with the notebook/vscode set up. Will figure something out on my side