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
13.57k stars 1.32k forks source link

Fixed duplicate export dynamics when building client app #1399

Closed AlessandroMarc closed 1 month ago

AlessandroMarc commented 1 month ago

Summary

This pull request resolves an issue where running docker-compose failed due to a duplicate dynamic const definition in the code.

Changes

•   Removed/Updated the duplicate dynamic const to fix the build error.

Checklist

gventuri commented 1 month ago

@AlessandroMarc thanks a lot for the fix, just merged!!

AlessandroMarc commented 1 month ago

@gventuri super happy to contribute! Let me know if there's anything else I can check :)