Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
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
- Closed
-
MDEV-33414 benchmark vector indexes
- Closed
- is part of
-
MDEV-34939 vector search in 11.7
- Closed
- relates to
-
MDEV-32887 vector search
- Stalled