Skip to content

Commit 9c3c15f

Browse files
Update redisvl/utils/vectorize/text/voyageai.py
Co-authored-by: Justin Cechmanek <[email protected]>
1 parent d444997 commit 9c3c15f

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
@@ -195,7 +195,7 @@ def embed_many(
195195
List[List[float]]: List of embeddings.
196196
197197
Raises:
198-
TypeError: In an invalid input_type is provided.
198+
TypeError: If an invalid input_type is provided.
199199
200200
"""
201201
input_type = kwargs.get("input_type")

0 commit comments

Comments
 (0)