fastembed-rs icon indicating copy to clipboard operation
fastembed-rs copied to clipboard

Library to generate vector embeddings, reranking. Based on Qdrant's FastEmbed.

Results 5 fastembed-rs issues
Sort by recently updated
recently updated
newest added

Hi i am experiencing high memory usages which caused my pod to be killed because of exeeding its limits. after some experiments i found its related to text length that...

Could you please consider adding examples to your repository? Also examples showing how to use your crate and e.g. * [ ] calculate distances between vectors (here is some inspiration...

Please add benchmarks to compare it with Python and other implementations.

help wanted

### Description The latest release of https://github.com/pykeio/ort has improvements and some breaking changes in the usage. We are currently pinned to a previous version. ### Task Update ort to latest...

good first issue

The tokenizer should be public so it can be accessed for things like calculating token count.