Skip to content

Commit 81ba647

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

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
@@ -147,7 +147,7 @@ def embed(
147147
List[float]: Embedding.
148148
149149
Raises:
150-
TypeError: In an invalid input_type is provided.
150+
TypeError: If an invalid input_type is provided.
151151
"""
152152
return self.embed_many(
153153
texts=[text], preprocess=preprocess, as_buffer=as_buffer, **kwargs

0 commit comments

Comments
 (0)