mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 07:36:55 +08:00
Updated readme [skip ci]
This commit is contained in:
@@ -422,7 +422,7 @@ Use `COPY` for bulk loading data ([example](https://github.com/pgvector/pgvector
|
|||||||
COPY items (embedding) FROM STDIN WITH (FORMAT BINARY);
|
COPY items (embedding) FROM STDIN WITH (FORMAT BINARY);
|
||||||
```
|
```
|
||||||
|
|
||||||
Add any indexes *after* loading the data.
|
Add any indexes *after* loading the initial data.
|
||||||
|
|
||||||
### Indexing
|
### Indexing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user