ma-raza
ma-raza
@AntonOsika following up on our discussion on adding docs, Please read above issue and comment. I cant make a PR with mutually decided pathway of adding docs.
> Hey @amjadraza! Thanks for the PR! It does make sense and we understand the use case. > > I'm about to push a PR that's going to allow follow...
@cmatc13 I went through the PR, Could you please add little bit more information about the problem being solved? 1. The scope and information about Downloading the Labour Data In...
I can set up linter and Docs too
I am facing issues in Google Colab, PyCharm both
thanks guys
```python #Loading CSV file import pandas as pd from pandasai import PandasAI from pandasai.llm.openai import OpenAI file_path ='https://raw.githubusercontent.com/gventuri/pandas-ai/main/examples/data/Loan%20payments%20data.csv' df_in = pd.read_csv(file_path) llm = OpenAI(api_token=OPENAI_API_KEY) pandas_ai = PandasAI(llm, verbose=True) response =...
@gventuri , yes it does work well with `Openai API` and feels like even faster. Thanks @victor-hugo-dc.
@victor-hugo-dc @gventuri I hav developed a Skelton App using Streamlit and pandasai . Below is the Link to Project, I am planning to host it for Quick testing. We have...
@evolu8 Can you share resources on how to run the Locally Starcoder API? If it's within Docker, would be quick to test....