From ac63f9858b44f8d582579085455be398d58afda6 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 14 Apr 2023 12:35:59 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44b7fd1..59ec97d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ Open-source vector similarity search for Postgres -Supports exact and approximate nearest neighbor search for L2 distance, inner product, and cosine distance +Supports + +- exact and approximate nearest neighbor search +- L2 distance, inner product, and cosine distance +- any [language](#languages) with a Postgres client [![Build Status](https://github.com/pgvector/pgvector/workflows/build/badge.svg?branch=master)](https://github.com/pgvector/pgvector/actions)