feat: add support for uv package manager installation and update documentation

This commit is contained in:
Alex Newman
2025-12-12 20:49:35 -05:00
parent 5d4e71d2ff
commit e896cfa0c5
4 changed files with 135 additions and 67 deletions
+1
View File
@@ -264,6 +264,7 @@ See [CHANGELOG.md](CHANGELOG.md) for complete version history.
- **Node.js**: 18.0.0 or higher
- **Claude Code**: Latest version with plugin support
- **Bun**: JavaScript runtime and process manager (auto-installed if missing)
- **uv**: Python package manager for vector search (auto-installed if missing)
- **SQLite 3**: For persistent storage (bundled)
---