Skip to content

Commit 09efff5

Browse files
committed
VoyageAI vectorizer and reranker
1 parent 21246af commit 09efff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisvl/utils/vectorize/text/voyageai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ async def aembed_many(
224224
self,
225225
texts: List[str],
226226
preprocess: Optional[Callable] = None,
227-
batch_size: int = None,
227+
batch_size: Optional[int] = None,
228228
as_buffer: bool = False,
229229
**kwargs,
230230
) -> List[List[float]]:

0 commit comments

Comments
 (0)