mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-14 16:46:54 +08:00
Updated readme [skip ci]
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user