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