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
We are using JupyterLite, a Pyodide based Jupyter notebook that runs entirely in the browser. Due to various reasons, the OpenAI package doesn't work in this environment. It would be great if we can install and import pandasai without this as a required dependency, by providing another type of LLM instead.
google-generativeai is already optional, so a similar pattern should be doable with OpenAI.
Motivation, pitch
This could enable PandasAI to be run in browser based Python environments.
Alternatives
Hot patch PandasAI / OpenAI.
Additional context
No response
The text was updated successfully, but these errors were encountered:
🚀 The feature
We are using JupyterLite, a Pyodide based Jupyter notebook that runs entirely in the browser. Due to various reasons, the OpenAI package doesn't work in this environment. It would be great if we can install and import
pandasai
without this as a required dependency, by providing another type of LLM instead.google-generativeai is already optional, so a similar pattern should be doable with OpenAI.
Motivation, pitch
This could enable PandasAI to be run in browser based Python environments.
Alternatives
Hot patch PandasAI / OpenAI.
Additional context
No response
The text was updated successfully, but these errors were encountered: