Anush008 / fastembed-rs

Library for generating vector embeddings, reranking in Rust
https://docs.rs/fastembed
Apache License 2.0
255 stars 35 forks source link

Support for colbert-ir/colbertv2.0 embeddings #116

Open Christof23 opened 2 weeks ago

Christof23 commented 2 weeks ago

Hi, is there any chance this library can be updated to support colbert-ir/colbertv2.0 embeddings?

Anush008 commented 2 weeks ago

Hey. We'd need a new interface for multi-vectors I think. Not planned as such. Usually new features are added as contributions come by.

Christof23 commented 2 weeks ago

Hi @Anush008, thanks for your response. I understand this isn't on the roadmap, however this is supported in the Python client? https://github.com/qdrant/fastembed?tab=readme-ov-file#-late-interaction-models-aka-colbert

Anush008 commented 2 weeks ago

The is feature disparity between the Rust and Python now.