Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(
if model_name in ["voyage-3-lite", "voyage-3.5-lite"]
else (
DEFAULT_VOYAGE_3_BATCH_SIZE
if model_name in ["voyage-3", "voyage-3.5"]
if model_name in ["voyage-3", "voyage-3.5", "voyage-context-3"]
else DEFAULT_BATCH_SIZE
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev = [

[project]
name = "llama-index-embeddings-voyageai"
version = "0.4.0"
version = "0.4.1"
description = "llama-index embeddings voyageai integration"
authors = [{name = "Your Name", email = "[email protected]"}]
requires-python = ">=3.9,<4.0"
Expand Down
Loading