From df1efb0d0c84d6bd2be8afd71c8a65b8459cf662 Mon Sep 17 00:00:00 2001 From: Anush Date: Sun, 8 Oct 2023 23:41:53 +0530 Subject: [PATCH 1/2] docs: README.md update --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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) From 7b5c6778df2bb6bd6a1ea9b39081dd51396d5e17 Mon Sep 17 00:00:00 2001 From: Anush Date: Sun, 8 Oct 2023 18:13:08 +0000 Subject: [PATCH 2/2] chore(release): 1.4.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.4.0](https://github.com/Anush008/fastembed-rs/compare/v1.3.0...v1.4.0) (2023-10-08) ## [1.4.0](https://github.com/Anush008/fastembed-rs/compare/v1.3.0...v1.4.0) (2023-10-08) ### 📝 Documentation * README.md update ([df1efb0](https://github.com/Anush008/fastembed-rs/commit/df1efb0d0c84d6bd2be8afd71c8a65b8459cf662)) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"