mirror of
https://github.com/Cinnamon/kotaemon.git
synced 2026-05-18 05:04:55 +02:00
- Add uv workspace configuration to pyproject.toml - Create run_uv.sh script for automated uv-based installation - Update README with uv installation option (10-100x faster than conda) - Add uv.lock for reproducible builds - Maintain backward compatibility with existing conda setup - Fix known dependency conflicts (hnswlib, chroma-hnswlib) Benefits: - Faster dependency resolution (seconds vs minutes) - Simplified installation process (~50 lines vs 200+ lines) - Cross-platform compatibility - Reproducible builds with lock file - Better development experience - Automatic Python version management Co-authored-by: Your Name <your.email@company.com>