Spaces:
Sleeping
Sleeping
YanBoChen
fix: update chunk loading to use lists instead of dictionaries for emergency and treatment data
fa19f34 | # π§ Virtual environments | |
| onCallGuideAIvenv/ | |
| .final_project_env/ | |
| rag_env/ | |
| .env | |
| .venv | |
| env/ | |
| venv/ | |
| # π» OS / Editor garbage | |
| .DS_Store | |
| .vscode/ | |
| *.swp | |
| *~ | |
| .idea/ | |
| *.iml | |
| # π Documentation and project folders | |
| docs/ | |
| dataset/dataset/ | |
| cache/ | |
| memory-bank/ | |
| CLAUDE.md | |
| # π§Ύ Compiled / output files | |
| *.pyc | |
| __pycache__/ | |
| *.log | |
| *.zip | |
| *.tar.gz | |
| *.mp4 | |
| *.mov | |
| *.json | |
| *.png | |
| # π Secrets and configs | |
| .env | |
| .env.local | |
| .env.*.local | |
| *.pem | |
| credentials.json | |
| token.json | |
| *.mdc | |
| # π« Large files - models | |
| models/cache/ | |
| models/cache/*.pkl | |
| models/embeddings/*.npy | |
| models/embeddings/*.json | |
| models/indices/ | |
| models/indices/annoy/*.ann | |
| # π« Redundant catch-all for large file extensions | |
| *.pkl | |
| *.npy | |
| *.ann | |
| # π Jupyter Notebook | |
| .ipynb_checkpoints | |
| */.ipynb_checkpoints/* | |
| *.ipynb_checkpoints* | |
| # π Coverage reports | |
| htmlcov/ | |
| .coverage | |
| .coverage.* | |
| coverage.xml | |
| *.cover | |
| dataset/ | |
| # no backup files | |
| customization_processing_backup/ | |