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 9c7e193 commit 92e841eCopy full SHA for 92e841e
tests/local_testing/test_get_optional_params_embeddings.py
@@ -68,4 +68,4 @@ def test_bedrock_embed_v2_with_drop_params():
68
custom_llm_provider=custom_llm_provider,
69
)
70
print(f"received optional_params: {optional_params}")
71
- assert optional_params == {"dimensions": 512}
+ assert optional_params == {"dimensions": 512, "embeddingTypes": ["binary"]}
0 commit comments