mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 23:56:55 +08:00
Removed block size note - #120 [skip ci]
This commit is contained in:
@@ -307,10 +307,7 @@ Yes, pgvector uses the write-ahead log (WAL), which allows for replication and p
|
|||||||
|
|
||||||
#### What if I want to index vectors with more than 2,000 dimensions?
|
#### What if I want to index vectors with more than 2,000 dimensions?
|
||||||
|
|
||||||
Two things you can try are:
|
You’ll need to use [dimensionality reduction](https://en.wikipedia.org/wiki/Dimensionality_reduction) at the moment.
|
||||||
|
|
||||||
1. use dimensionality reduction
|
|
||||||
2. compile Postgres with a larger block size (`./configure --with-blocksize=32`) and edit the limit in `src/ivfflat.h`
|
|
||||||
|
|
||||||
#### Why am I seeing less results after adding an index?
|
#### Why am I seeing less results after adding an index?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user