mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Updated comment [skip ci]
This commit is contained in:
@@ -1059,7 +1059,7 @@ HnswInsertElement(HnswElement element, HnswElement entryPoint, Relation index, F
|
||||
lw = w;
|
||||
|
||||
/* Candidates are sorted, but set sortCandidates to true */
|
||||
/* for in-memory builds to use closer caching */
|
||||
/* for in-memory builds to enable closer caching */
|
||||
neighbors = SelectNeighbors(lw, lm, lc, procinfo, collation, element, NULL, NULL, index == NULL);
|
||||
|
||||
AddConnections(element, neighbors, lm, lc);
|
||||
|
||||
Reference in New Issue
Block a user