diff --git a/Cargo.toml b/Cargo.toml index d8a0755..036a949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastembed" -version = "1.3.0" +version = "1.4.0" edition = "2021" description = "Rust implementation of https://github.com/qdrant/fastembed" license = "MIT" diff --git a/README.md b/README.md index 90a71fe..0ca5c03 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ The default embedding supports "query" and "passage" prefixes for the input text. The default model is Flag Embedding, which is top of the [MTEB](https://huggingface.co/spaces/mteb/leaderboard) leaderboard. +## 🔍 Not looking for Rust? + +- Python 🐍: [fastembed](https://github.com/qdrant/fastembed) +- Go 🐳: [fastembed-rs](https://github.com/Anush008/fastembed-go) +- JavaScript 🌐: [fastembed-js](https://github.com/Anush008/fastembed-js) + ## 🤖 Models - [**BAAI/bge-base-en-v1.5**](https://huggingface.co/BAAI/bge-base-en-v1.5)