We have support for imagebind model embeddings. You can download our version of the packaged model via -Documentation Index
Fetch the complete documentation index at: https://docs.lancedb.com/llms.txt
Use this file to discover all available pages before exploring further.
pip install imagebind-packaged==0.1.2.
This function is registered as imagebind and supports Audio, Video and Text modalities(extending to Thermal,Depth,IMU data):
| Parameter | Type | Default Value | Description |
|---|---|---|---|
name | str | "imagebind_huge" | Name of the model. |
device | str | "cpu" | The device to run the model on. Can be "cpu" or "gpu". |
normalize | bool | False | set to True to normalize your inputs before model ingestion. |