Pgvecto.rs: Vector database plugin for Postgres in Rust

🚧 WIP 🚧 Vector database plugin for Postgres, written in Rust, specifically designed for LLM. – GitHub – tensorchord/pgvecto.rs: 🚧 WIP 🚧 Vector database plugin for Postgres, written in Rust, specifi… Read more

Similar

Target Feature vs. Target CPU for Rust

In the previous article on auto-vectorization we looked at the different SIMD instruction set families on X86-64. We saw how he target-feature compiler flag and #[target_feature()] attribute gave us more control over the instructions used in the generated... (more…)

Read more »

Rust your ARM microcontroller

Want to program your microcontroller in Rust but your microcontroller vendor doesn’t provide a Rust HAL / SDK? No wonder. AFAIK, no vendor is betting for Rust … yet. How about binding to a C HAL? No? Don’t feel like wrestling with bindgen and the HAL buil... (more…)

Read more »