Export Pixel Detective UMAP projections with HDBSCAN and manage Qdrant collections via the ingestion API...
Generate standalone exports (no UI) and manage collections for Pixel Detective.
http://localhost:8002http://localhost:8003 for HDBSCAN clusteringmatplotlibweasyprint (preferred) or playwrightpython skills/pixel-detective-exports/scripts/export_umap_hdbscan.py --collection <name>python skills/pixel-detective-exports/scripts/export_umap_pdf.py --sample-size 500python skills/pixel-detective-exports/scripts/export_umap_hdbscan.pyexports/pixel-detective/umap/umap_hdbscan_<collection>.json|csv|svgpython skills/pixel-detective-exports/scripts/export_umap_hdbscan.py --collection my_collection --sample-size 2000--color-map tab20 --point-size 18 --outlier-size 12 --outlier-color #94a3b8python skills/pixel-detective-exports/scripts/export_umap_pdf.pyexports/pixel-detective/umap/umap_cluster_report.pdfpython skills/pixel-detective-exports/scripts/export_umap_pdf.py --sample-size 500 --title "Pixel Detective UMAP Clusters"python skills/pixel-detective-exports/scripts/manage_collections.pypython skills/pixel-detective-exports/scripts/manage_collections.py --action listpython skills/pixel-detective-exports/scripts/manage_collections.py --action info --collection my_collectionpython skills/pixel-detective-exports/scripts/manage_collections.py --action create --collection my_collection --vector-size 512 --distance Cosinepython skills/pixel-detective-exports/scripts/manage_collections.py --action select --collection my_collectionpython skills/pixel-detective-exports/scripts/manage_collections.py --action delete --collection my_collectionpython skills/pixel-detective-exports/scripts/manage_collections.py --action merge --dest merged_collection --sources a,b,cpython skills/pixel-detective-exports/scripts/manage_collections.py --action list --qdrant http://localhost:6333powershell -ExecutionPolicy Bypass -File skills\\start-pixel-detective\\scripts\\start_pixel_detective.ps1 -Mode backend -UseGpuUmap