feat: add intfloat/multilingual-e5-small support - #694
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughAdds Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This change makes one additional embedding model discoverable and validates its metadata, output shape, and canonical values through existing paths. No actionable merge-blocking risk remains after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 2 files. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Fixes #123.
Add native support for
intfloat/multilingual-e5-smallto FastEmbed's pooled text embedding models.Changes
intfloat/multilingual-e5-smallThe model is also usable through
TextEmbedding.add_custom_model; native registration makes it discoverable through the standard supported-model list.Tests
(384,)python -m compileall -q fastembed tests/test_text_onnx_embeddings.pygit diff --check