Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2024-03-15 21:54:58 -07:00
parent fd3200f718
commit d30b113e4b

View File

@@ -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