Details
-
Task
-
Status: In Testing (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
HNSW, when selecting neighbors to link to a new node (on insert) has the step
11. if e is closer to q compared to any element from R
it seems that making it stronger by appending "... by a factor of α" might result in a better graph with a shorter search paths
Attachments
Issue Links
- is blocked by
-
MDEV-33408 HNSW for k-ANN vector searches
- In Testing
-
MDEV-33414 benchmark vector indexes
- In Testing
- is part of
-
MDEV-34939 vector search in 11.7
- In Testing
- relates to
-
MDEV-32887 k-ANN indexes for vectors
- In Progress