3 Commits

Author SHA1 Message Date
GSD Agent
deac838c67 docs: update installation doc with uv 2026-05-30 12:27:41 +00:00
Khoi-Nguyen Nguyen-Ngoc
155e590720 feat: support MCP tools and enhance resource updating with renaming c… (#813)
* feat: support MCP tools and enhance resource updating with renaming capabilities.

* chore: styling

* tests: update unit tests

* fix: hightlight error

* fix: uv build in docker

* fix: keep original action name
2026-03-04 17:16:52 +07:00
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