BUG: Documentation shows 768 dimensions for snowflake-arctic-embed2, actual is 1024 #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Documentation incorrectly states that
snowflake-arctic-embed2outputs 768-dimensional embeddings.Actual output is 1024 dimensions.
Impact
Root Cause
Typo in documentation - model outputs 1024 dims, not 768.
Solution
Updated all documentation to reflect correct 1024 dimension count.
Fix Version
v1.1 - Commit
1c24618FIX IMPLEMENTED AND PUSHED ✅
Commit:
1c24618- docs: Add Gotchas section - embedding dimensions and hardcoded pathsDetailed Fix Steps:
Files Changed
README.md- Line 42: Added "Gotchas & Known Limitations" sectionREADME.md- Line 343: Fixed- Returns **1024-dimensional vector** (not 768)README.md- Line 420: Fixed"size": 1024, # snowflake-arctic-embed2 dimension (1024, not 768)config.json- Addedembedding_dimensions: 1024fieldValidation
Closing as fixed in v1.1