mirror of
https://github.com/qdrant/fastembed.git
synced 2026-07-23 11:20:51 -05:00
* Add ColModernVBERT to LateInteractionMultimodalEmbedding registry * Implement image processing based on Idefics3ImageProcessor logic * Fix padding support * Implement ColModernVBERT logic * Remove TODOs * Handle empty pixel values with proper image_size * Add ColModernVBERT tests * Run pre-commit * mypy fixes * mypy fixes * mypy fixes * mypy fixes * Fix typo in the class name * Add processor_config.json to additional files * Fix mypy errors * Refactor onnx_embed_image * Fix mypy errors * fix: colmodernvbert tests and query processing * fix: remove Union references * fix: fix exit stack, update tests, implement token count * fix: uncomment colpali in tests * fix: lowercase models to cache * fix: fix models to cache * refactor: move colmodernvbert related onnx embed to its class --------- Co-authored-by: George Panchuk <george.panchuk@qdrant.tech>