Fixed
- Pipeline command now correctly finds source and chunks files
- Fixed glob pattern bug where
**/*.jsonwas being appended with/source.json, creating invalid pattern**/*.json/source.json - Changed patterns to
**(directory pattern) since functions automatically append filenames - Affects
pipelinecommand only; individualchunk,embed,loadcommands were already correct
- Fixed glob pattern bug where
- Dependency resolution for PyTorch and torchvision
- Added explicit
torchvision>=0.23.0dependency to ensure it resolves from pytorch-cpu index - Fixes fresh install failures where torchvision resolved from PyPI instead of pytorch-cpu
- Both packages now correctly use
+cpusuffix on Linux/Windows
- Added explicit
- Database validation in
db-statuscommand- Added check for
modelstable existence before querying and provides helpful error message instead of cryptic SQL error if it is missing.
- Added check for