forked from phoenix-oss/llama-stack-mirror
Update embedding dimension singular
This commit is contained in:
parent
9436dd570d
commit
2608b6074f
9 changed files with 15 additions and 15 deletions
|
@ -56,7 +56,7 @@ MODEL_ENTRIES = [
|
|||
provider_model_id="nomic-ai/nomic-embed-text-v1.5",
|
||||
model_type=ModelType.embedding,
|
||||
metadata={
|
||||
"embedding_dimensions": 768,
|
||||
"embedding_dimension": 768,
|
||||
"context_length": 8192,
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue