open-clip and supports the following customizations:
| Parameter | Type | Default Value | Description |
|---|---|---|---|
name | str | "ViT-B-32" | The name of the model. |
pretrained | str | "laion2b_s34b_b79k" | The name of the pretrained model to load. |
device | str | "cpu" | The device to run the model on. Can be "cpu" or "gpu". |
batch_size | int | 64 | The number of images to process in a batch. |
normalize | bool | True | Whether to normalize the input images before feeding them to the model. |
LanceDB supports ingesting images directly from accessible links.