gitextract_h4pgy3ua/ ├── .github/ │ └── ISSUE_TEMPLATE/ │ └── default_issue.yml ├── .gitignore ├── .streamlit/ │ └── config.toml ├── Dockerfile ├── LICENSE ├── README.md ├── README.zh-TW.md ├── app.py ├── components/ │ ├── __init__.py │ ├── document_processor.py │ ├── response_handler.py │ ├── sidebar.py │ └── theme.py ├── docGPT/ │ ├── __init__.py │ ├── agent.py │ ├── check_api_key.py │ └── docGPT.py ├── docker-compose.yml ├── model/ │ ├── __init__.py │ └── data_connection.py └── requirements.txt