We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e763e commit 44c4d2bCopy full SHA for 44c4d2b
fastembed/late_interaction_multimodal/colpali.py
@@ -6,7 +6,7 @@
6
from fastembed.common import OnnxProvider, ImageInput
7
from fastembed.common.onnx_model import OnnxOutputContext
8
from fastembed.common.types import NumpyArray, Device
9
-from fastembed.common.utils import define_cache_dir
+from fastembed.common.utils import define_cache_dir, iter_batch
10
from fastembed.late_interaction_multimodal.late_interaction_multimodal_embedding_base import (
11
LateInteractionMultimodalEmbeddingBase,
12
)
0 commit comments