diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index dd5a09b..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Python 3", - // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye", - "customizations": { - "codespaces": { - "openFiles": [ - "README.md", - "chat_analysis.py" - ] - }, - "vscode": { - "settings": {}, - "extensions": [ - "ms-python.python", - "ms-python.vscode-pylance" - ] - } - }, - "updateContentCommand": "[ -f packages.txt ] && sudo apt update && sudo apt upgrade -y && sudo xargs apt install -y >F: Upload dataset / Ask question - end - - rect rgb(100, 223, 255) - note right of F: Frontend Processing - F->>P: Forward user input to Pandas-AI - end - - rect rgb(100, 223, 255) - note right of P: Pandas-AI Processing - P->>L: Forward query to LLM - L-->>P: LLM response with code/tools required - end - - rect rgb(200, 255, 255) - note right of P: Data and Visualization Processing - P->>D: Execute code (data manipulation, visualization, machine learning) - D-->>P: Return results (visualizations, summaries, etc.) - end - - rect rgb(100, 223, 255) - note right of P: Pandas-AI Response - P->>F: Forward response with results/visualization - F->>U: Display response in chat interface - end -```