Skip to content

Commit

Permalink
Merge pull request #2 from voyage-ai/remove_print
Browse files Browse the repository at this point in the history
Remove unnecessary print
  • Loading branch information
fzowl authored May 18, 2024
2 parents ecb8ca0 + 6441b19 commit ca4ea7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/partners/voyageai/langchain_voyageai/embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def default_values(cls, values: dict) -> dict:
model = values.get("model")
batch_size = values.get("batch_size")
if batch_size is None:
print("batch size", batch_size)
values["batch_size"] = 72 if model in ["voyage-2", "voyage-02"] else 7
return values

Expand Down

0 comments on commit ca4ea7b

Please sign in to comment.