From d30b113e4bf746507a5fdc448745145150f8de8b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 15 Mar 2024 21:54:58 -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 6d9bb27..f41d131 100644 --- a/README.md +++ b/README.md @@ -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 data. +Add any indexes *after* loading the initial data. ### Indexing