Update embedding dimension singular

This commit is contained in:
Ashwin Bharambe 2025-02-20 16:14:46 -08:00
parent 9436dd570d
commit 2608b6074f
9 changed files with 15 additions and 15 deletions

View file

@ -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,
},
),