From 51bd223b4ace357e9724a27746dcf7d2e93c52c2 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 27 May 2023 13:44:08 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b887d69..1a52b41 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Supports - L2 distance, inner product, and cosine distance - any [language](#languages) with a Postgres client +Plus [ACID](https://en.wikipedia.org/wiki/ACID) compliance, point-in-time recovery, JOINs, and more + [![Build Status](https://github.com/pgvector/pgvector/workflows/build/badge.svg?branch=master)](https://github.com/pgvector/pgvector/actions) ## Installation