Sinaptik-AI / pandas-ai

Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.
https://pandas-ai.com
Other
12.73k stars 1.23k forks source link

feat: support series in response serializer #1099

Closed oedokumaci closed 5 months ago

oedokumaci commented 5 months ago
gventuri commented 5 months ago

@oedokumaci thanks a lot for the fix, really appreciated!

oedokumaci commented 5 months ago

Ruffed your test and squashed those two commits, should pass ci now. Thanks!

gventuri commented 5 months ago

@oedokumaci it's weird, but the pipeline fails consistently at the coverage stage on python 3.11. Will look into it, but have no idea of what's going wrong there!

oedokumaci commented 5 months ago

Noticed the same thing but thought either it's fine or that you'd know what's going on 😄

oedokumaci commented 5 months ago

https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954 @gventuri

gventuri commented 5 months ago

@oedokumaci merging it as the CI runs ok, if it breaks the pipeline in main we'll figure out how to fix it!