发布

  • ✨ feat(build): add uv package manager support for faster installation (#790)

    frostbyte_neo 发布于 2026-02-27 09:47:03 +00: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

    下载附件