Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA deprecation warning has been added to the SparseTextEmbedding class initialization to alert users when the "Qdrant/bm25" model is selected (case-insensitive comparison). The warning informs users that this model is deprecated and recommends using the qdrant-client with its Document structure instead. The change preserves existing deprecation logic for other models and does not affect the underlying embedding initialization behavior. Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Qdrant core now has more features than fastembed's implementation, it is recommended to fully switch to Qdrant builtin bm25.