From ec02a96239ca8e2ab187f569765af790bf38b50d Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 26 Apr 2026 14:45:12 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fbab03..4efb949 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Store your vectors with the rest of your data. Supports: Plus [ACID](https://en.wikipedia.org/wiki/ACID) compliance, point-in-time recovery, JOINs, and all of the other [great features](https://www.postgresql.org/about/) of Postgres -Have a lot of vectors? Use [half-precision vectors](#half-precision-vectors) and [binary quantization](#binary-quantization) to scale +Have a lot of vectors? Use [quantization](#scaling) to scale [![Build Status](https://github.com/pgvector/pgvector/actions/workflows/build.yml/badge.svg)](https://github.com/pgvector/pgvector/actions)