Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2024-03-16 10:44:45 -07:00
parent d30b113e4b
commit bd776fee68

View File

@@ -412,7 +412,7 @@ You can use [Reciprocal Rank Fusion](https://github.com/pgvector/pgvector-python
### Tuning ### 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 ### 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); 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 ### Indexing