Skip to content

Commit 6548693

Browse files
committed
chore(fastembed): 3.9-friendly typing (Optional/List)
Signed-off-by: Arya Tayshete <avtayshete_b21@et.vjti.ac.in>
1 parent fb77993 commit 6548693

File tree

1 file changed

+1
-1
lines changed
  • integrations/fastembed/src/haystack_integrations/components/rankers/fastembed

1 file changed

+1
-1
lines changed

integrations/fastembed/src/haystack_integrations/components/rankers/fastembed/colbert_reranker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from __future__ import annotations
55

6-
from typing import Any, Sequence
6+
from typing import Any, Sequence, List, Optional
77

88
import numpy as np
99
from haystack import Document, component

0 commit comments

Comments
 (0)