Skip to content

Commit 1bd1497

Browse files
committed
typing fix for colpali
1 parent 6799293 commit 1bd1497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastembed/late_interaction_multimodal/late_interaction_multimodal_embedding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def list_supported_models(cls) -> list[MultimodalModelDescription]:
1919
Lists the supported models.
2020
2121
Returns:
22-
list[ModelDescription]: A list of dictionaries containing the model information.
22+
list[MultimodalModelDescription]: A list of dictionaries containing the model information.
2323
2424
Example:
2525
```

0 commit comments

Comments
 (0)