mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
test(client-sdk): Update embedding test types to use latest imports (#1203)
# What does this PR do? - Updates ImageContentItemImageURL import - fixes `embedding_dimensions` metadata param ## Test Plan - Ran pytest locally, verified embedding tests pass with new types  cc: @dglogo @sumitb
This commit is contained in:
parent
46da187c07
commit
da9f0b7869
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ _MODEL_ENTRIES = [
|
|||
provider_model_id="baai/bge-m3",
|
||||
model_type=ModelType.embedding,
|
||||
metadata={
|
||||
"embedding_dimensions": 1024,
|
||||
"embedding_dimension": 1024,
|
||||
"context_length": 8192,
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue