From 71293713ac7d53b57fd170315d5b0be0a3b959c8 Mon Sep 17 00:00:00 2001 From: Shubham Panchal <41076823+shubham0204@users.noreply.github.com> Date: Sat, 18 May 2024 15:36:41 +0000 Subject: [PATCH] add rust-bert, lancedb and faer crates in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65f292e..bb75830 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio * [Garage](https://github.com/deuxfleurs-org/garage) [[garage](https://crates.io/crates/garage)] — S3-compatible distributed object storage service designed for self-hosting at a small-to-medium scale. [![status-badge](https://woodpecker.deuxfleurs.fr/api/badges/1/status.svg)](https://woodpecker.deuxfleurs.fr/repos/1) * [GreptimeDB](https://github.com/grepTimeTeam/greptimedb/) - An open-source, cloud-native, distributed time-series database with PromQL/SQL/Python supported.[![CI](https://github.com/greptimeTeam/greptimedb/actions/workflows/develop.yml/badge.svg)](https://github.com/greptimeTeam/greptimedb/actions/workflows/develop.yml) * [indradb](https://crates.io/crates/indradb) — Graph database +* [lancedb](https://github.com/lancedb/lancedb) [[vectordb](https://crates.io/crates/vectordb)] — A serverless, low-latency vector database for AI applications * [Lucid](https://github.com/lucid-kv/lucid) — High performance and distributed KV store accessible through a HTTP API. [![Build Status](https://github.com/lucid-kv/lucid/workflows/Lucid/badge.svg?branch=master)](https://github.com/lucid-kv/lucid/actions?workflow=Lucid) * [Materialize](https://github.com/MaterializeInc/materialize) - Streaming SQL database powered by Timely Dataflow :heavy_dollar_sign: [![Build status](https://badge.buildkite.com/97d6604e015bf633d1c2a12d166bb46f3b43a927d3952c999a.svg?branch=main)](https://buildkite.com/materialize/test) * [native_db](https://github.com/vincent-herlemont/native_db) [[native_db](https://crates.io/crates/native_db)] - Drop-in, embedded database for multi-platform apps (server, desktop, mobile). Sync Rust types effortlessly @@ -1063,6 +1064,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [mikkyang/rust-blas](https://github.com/mikkyang/rust-blas) — BLAS bindings * [calebwin/emu](https://github.com/calebwin/emu) — A language for GPGPU numerical computing * [dimforge/nalgebra](https://github.com/dimforge/nalgebra) — low-dimensional linear algebra library +* [sarah-ek/faer-rs](https://github.com/sarah-ek/faer-rs) [[faer](https://crates.io/crates/faer)] — Linear algebra foundation for Rust * [GSL](http://www.gnu.org/software/gsl/) * [GuillaumeGomez/rust-GSL](https://github.com/GuillaumeGomez/rust-GSL) — GSL bindings * [LAPACK](https://en.wikipedia.org/wiki/LAPACK)