-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PandasAI stop working #1426
Comments
There are a few similar issues and discussions related to the internal server error you are experiencing with PandasAI:
Regarding your question about running PandasAI locally, it is possible to configure PandasAI to run entirely offline or locally without relying on external servers. The documentation provides instructions for setting up a dockerized client-server architecture using Docker and Docker Compose, which allows you to perform data analysis locally [4]. If you are considering downgrading to an older version of PandasAI, it might help if the issue is specific to the current version. However, running it locally could be a more robust solution if the problem is related to server-side issues. |
@abgonzalez what does initialize_openai return? |
Hi, @abgonzalez. I'm Dosu, and I'm helping the pandas-ai team manage their backlog. I'm marking this issue as stale. Issue Summary:
Next Steps:
Thank you for your understanding and contribution! |
System Info
Windows 11
Python 3.11.4
pandasai 2.0.24
🐛 Describe the bug
I was using PandasAI, and it was working perfect. But , out of the blue it stops working, and it's not working anymore.
2024-11-06 15:19:26 [INFO] Question: You are a Frontend developer. You have a DataFrame 'df' that has been merged from multiple CSV files. The DataFrame has columns: price, area, bedrooms, bathrooms, stories, mainroad, guestroom, basement, hotwaterheating, airconditioning, parking, prefarea, furnishingstatus.. Generate the HTML code for a page with has this bar graph of average house price by number of bedrooms. Please, do not generate a image file.
2024-11-06 15:19:27 [INFO] Running PandasAI with azure-openai LLM...
2024-11-06 15:19:27 [INFO] Prompt ID: ed5b1ec5-1ed1-48d6-ac1c-c21cee70e987
2024-11-06 15:19:27 [INFO] Executing Pipeline: GenerateChatPipeline
2024-11-06 15:19:31 [INFO] Executing Step 0: ValidatePipelineInput
2024-11-06 15:19:31 [INFO] Executing Step 1: CacheLookup
2024-11-06 15:19:31 [INFO] Executing Step 2: PromptGeneration
2024-11-06 15:19:32 [ERROR] Pipeline failed on step 2: Training failed because of internal server error try again later!
The text was updated successfully, but these errors were encountered: