Skip to content

Commit 44c4d2b

Browse files
committed
fix: add missing import
1 parent 52e763e commit 44c4d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastembed/late_interaction_multimodal/colpali.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from fastembed.common import OnnxProvider, ImageInput
77
from fastembed.common.onnx_model import OnnxOutputContext
88
from fastembed.common.types import NumpyArray, Device
9-
from fastembed.common.utils import define_cache_dir
9+
from fastembed.common.utils import define_cache_dir, iter_batch
1010
from fastembed.late_interaction_multimodal.late_interaction_multimodal_embedding_base import (
1111
LateInteractionMultimodalEmbeddingBase,
1212
)

0 commit comments

Comments
 (0)