mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 23:26:55 +08:00
Updated readme [skip ci]
This commit is contained in:
@@ -97,7 +97,7 @@ Specify the number of probes (1 by default)
|
|||||||
SET ivfflat.probes = 1;
|
SET ivfflat.probes = 1;
|
||||||
```
|
```
|
||||||
|
|
||||||
A higher value improves recall at the cost of speed.
|
A higher value improves recall at the cost of speed, and it can be set to the number of lists for exact nearest neighbor search.
|
||||||
|
|
||||||
Use `SET LOCAL` inside a transaction to set it for a single query
|
Use `SET LOCAL` inside a transaction to set it for a single query
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user