From bd776fee68b2727294c9009a65a3cc07efc1ac00 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 16 Mar 2024 10:44:45 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f41d131..7f0e874 100644 --- a/README.md +++ b/README.md @@ -412,7 +412,7 @@ You can use [Reciprocal Rank Fusion](https://github.com/pgvector/pgvector-python ### Tuning -Use a tool like [PgTune](https://pgtune.leopard.in.ua/) to set initial values for parameters. +Use a tool like [PgTune](https://pgtune.leopard.in.ua/) to set initial values for Postgres server parameters. ### Loading @@ -422,7 +422,7 @@ Use `COPY` for bulk loading data ([example](https://github.com/pgvector/pgvector COPY items (embedding) FROM STDIN WITH (FORMAT BINARY); ``` -Add any indexes *after* loading the initial data. +Add any indexes *after* loading the initial data for best performance. ### Indexing