yangdx
433ec813ba
Improve offline installation with constraints and version bounds
...
• Add constraints-offline.txt for exact versions
• Set upper bounds in pyproject.toml
• Combine pip installs in Dockerfile
• Update requirements with version bounds
• Prevent dependency conflicts
2025-10-15 23:44:46 +08:00
yangdx
bc1a70bad0
Remove explicit protobuf dependency from offline storage requirements
2025-10-11 23:34:50 +08:00
yangdx
b7216ede58
Fix linting
2025-10-11 13:27:31 +08:00
yangdx
49197fbfc0
Update pymilvus to >=2.6.2 and add protobuf compatibility constraint
2025-10-11 13:27:10 +08:00
yangdx
a5c05f1b92
Add offline deployment support with cache management and layered deps
...
• Add tiktoken cache downloader CLI
• Add layered offline dependencies
• Add offline requirements files
• Add offline deployment guide
2025-10-11 10:28:14 +08:00