forked from phoenix-oss/llama-stack-mirror
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",
|
provider_model_id="baai/bge-m3",
|
||||||
model_type=ModelType.embedding,
|
model_type=ModelType.embedding,
|
||||||
metadata={
|
metadata={
|
||||||
"embedding_dimensions": 1024,
|
"embedding_dimension": 1024,
|
||||||
"context_length": 8192,
|
"context_length": 8192,
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|
|
@ -136,7 +136,7 @@ models:
|
||||||
provider_model_id: meta/llama-3.2-90b-vision-instruct
|
provider_model_id: meta/llama-3.2-90b-vision-instruct
|
||||||
model_type: llm
|
model_type: llm
|
||||||
- metadata:
|
- metadata:
|
||||||
embedding_dimensions: 1024
|
embedding_dimension: 1024
|
||||||
context_length: 8192
|
context_length: 8192
|
||||||
model_id: baai/bge-m3
|
model_id: baai/bge-m3
|
||||||
provider_id: nvidia
|
provider_id: nvidia
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue