mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-10 22:56:55 +08:00
Added guidance on lists [skip ci]
This commit is contained in:
@@ -99,6 +99,8 @@ Specify the number of inverted lists (100 by default)
|
|||||||
CREATE INDEX ON table USING ivfflat (column opclass) WITH (lists = 100);
|
CREATE INDEX ON table USING ivfflat (column opclass) WITH (lists = 100);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
A [good place](https://github.com/facebookresearch/faiss/issues/112) to start is `4 * sqrt(rows)`
|
||||||
|
|
||||||
### Query Options
|
### Query Options
|
||||||
|
|
||||||
Specify the number of probes (1 by default)
|
Specify the number of probes (1 by default)
|
||||||
|
|||||||
Reference in New Issue
Block a user