Closed koaning closed 2 months ago
It should be possible, with embetter as an optional dependency, to add a bulk embed command to this project. Maybe use it like:
bulk embed
# For text python -m bulk embed text file-in.jsonl file-out.jsonl --pipeline sentence-tfm --model LaBSE # For images python -m bulk embed image file-in.jsonl file-out.jsonl --pipeline timm --model VGG16
Things to think about:
Closing this issue. The future of this project is Jupyter Widgets.
It should be possible, with embetter as an optional dependency, to add a
bulk embed
command to this project. Maybe use it like:Things to think about: