We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d9716 commit 8125c35Copy full SHA for 8125c35
1 file changed
src/openparse/processing/semantic_transforms.py
@@ -37,7 +37,7 @@ def __init__(
37
self.batch_size = batch_size
38
self.client = self._create_client()
39
40
- def embed_many(self, texts: list[str]) -> list[list[float]]:
+ def embed_many(self, texts: List[str]) -> List[List[float]]:
41
res = []
42
non_empty_texts = [text for text in texts if text]
43
0 commit comments