Files
kotaemon/scripts
Daniel Kwak fe52d208e2 feat(build): add uv package manager support for faster installation (#790)
- 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>
2026-02-27 16:47:03 +07:00
..