From d3755fc3177cbbca04189786879f91bc8a5eaf85 Mon Sep 17 00:00:00 2001 From: Jinjing Zhou Date: Thu, 3 Aug 2023 18:29:33 +0800 Subject: [PATCH] Add launch blog to readme (#40) * fold build from source Signed-off-by: Jinjing.Zhou * add launch blog Signed-off-by: Jinjing.Zhou --------- Signed-off-by: Jinjing.Zhou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d0aa8e4d..387f46770 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ all-contributors

-pgvecto.rs is a Postgres extension that provides vector similarity search functions. It is written in Rust and based on [pgrx](https://github.com/tcdi/pgrx). It is currently ⚠️**under heavy development**⚠️, please take care when using it in production. +pgvecto.rs is a Postgres extension that provides vector similarity search functions. It is written in Rust and based on [pgrx](https://github.com/tcdi/pgrx). It is currently ⚠️**under heavy development**⚠️, please take care when using it in production. Read more at [📝our launch blog](https://modelz.ai/blog/pgvecto-rs). ## Why use pgvecto.rs