Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2024-01-09 14:26:55 -08:00
parent 72b3889e26
commit 61279f5a59

View File

@@ -166,7 +166,7 @@ Supported index types are:
## HNSW
An HNSW index creates a multilayer graph. It has better query performance than IVFFlat (in terms of speed-recall tradeoff), but has slower build times and uses more memory. Theres no training step like IVFFlat, so the index can be created without any data in the table.
An HNSW index creates a multilayer graph. It has better query performance than IVFFlat (in terms of speed-recall tradeoff), but has slower build times and uses more memory. Theres also no training step like IVFFlat, so the index can be created without any data in the table.
Add an index for each distance function you want to use.