jmzlx/dd-poc
Refactor test suite: Remove implementation tests, add comprehensive E2E coverage
docs: Update README with complete script documentation
refactor: improve UI patterns and eliminate content stacking issues
Fix tab content reset issue by removing unnecessary st.rerun() calls
Fix project selector directory structure issues
Remove dataset status section from sidebar
Fix FAISS index naming mismatch for checklist and questions
fix: resolve deployment crash with missing VDR directory
Fix streamlit command in start script
Fix uv run scripts: restore all missing script definitions and enable packaging
โจ Add worktree support via environment variables
๐ง Fix: Add automatic dataset downloading to HuggingFace Space
๐ Refactor: Move datasets to HuggingFace repos
Allow critical search indexes in git
Add critical FAISS indexes via LFS
Upload data/search_indexes/deepshield-systems-inc.pkl with huggingface_hub
Upload data/search_indexes/deepshield-systems-inc.faiss with huggingface_hub
Upload data/search_indexes/summit-digital-solutions-inc.pkl with huggingface_hub
Upload data/search_indexes/summit-digital-solutions-inc.faiss with huggingface_hub
Upload data/search_indexes/deepshield-systems-inc_bm25.pkl with huggingface_hub
Upload data/search_indexes/deepshield-systems-inc.pkl with huggingface_hub
Upload data/search_indexes/deepshield-systems-inc.faiss with huggingface_hub
Upload data/search_indexes/summit-digital-solutions-inc_bm25.pkl with huggingface_hub
Upload data/search_indexes/summit-digital-solutions-inc.pkl with huggingface_hub
Upload data/search_indexes/summit-digital-solutions-inc.faiss with huggingface_hub
Remove deprecated TRANSFORMERS_CACHE env var
Fix HuggingFace cache permissions - use /tmp for model downloads
Trigger rebuild: update main.py comment
Remove models from git tracking - use runtime downloads
Remove model validation - use on-demand download
Fix Claude model name to valid version
Fix data directory paths - use absolute paths
Fix main.py path - use app/main.py
Fix Streamlit permissions and Python path issues
Fix main.py path in Dockerfile
Use proper app/main.py entry point, remove unused app.py
Add app_port to HF Spaces config
Fix runtime: use direct Python instead of uv run
Add --system flag for UV pip install
Fix pyproject reference in Dockerfile
Fix LFS files in Docker build
Optimize HuggingFace Spaces configuration
Improved setup for hf spaces
Disabled uv cache in docker image
Modified cache dir in docker image
removed unused dependency hdbscan
updated uv.lock
Configure for HuggingFace Spaces deployment
app.py file for Streamlit Cloud
Add model files with LFS tracking after history cleanup
