Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2023-03-02 19:27:09 -08:00
parent c1671a4982
commit eedcd64e08

View File

@@ -97,7 +97,7 @@ Specify the number of probes (1 by default)
SET ivfflat.probes = 1;
```
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.
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 (at which point the index wont be used)
Use `SET LOCAL` inside a transaction to set it for a single query