Skip to content

Commit ca4ea7b

Browse files
authored
Merge pull request #2 from voyage-ai/remove_print
Remove unnecessary print
2 parents ecb8ca0 + 6441b19 commit ca4ea7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/partners/voyageai/langchain_voyageai/embeddings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def default_values(cls, values: dict) -> dict:
4545
model = values.get("model")
4646
batch_size = values.get("batch_size")
4747
if batch_size is None:
48-
print("batch size", batch_size)
4948
values["batch_size"] = 72 if model in ["voyage-2", "voyage-02"] else 7
5049
return values
5150

0 commit comments

Comments
 (0)