Breeze

Results 2 issues of Breeze

sdf = SmartDataframe(df, config={ "llm": llm, "enable_cache": False, "use_error_correction_framework": True, "verbose": True, "enforce_privacy": False }) Currently, with this configuration, sometimes the generated code uses the dataframe source like # Assuming...

Load file issue has been fixed, Load import is still no working.