We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb8ca0 commit 6441b19Copy full SHA for 6441b19
libs/partners/voyageai/langchain_voyageai/embeddings.py
@@ -45,7 +45,6 @@ def default_values(cls, values: dict) -> dict:
45
model = values.get("model")
46
batch_size = values.get("batch_size")
47
if batch_size is None:
48
- print("batch size", batch_size)
49
values["batch_size"] = 72 if model in ["voyage-2", "voyage-02"] else 7
50
return values
51
0 commit comments