Use normalize_l2 for normalization

This commit is contained in:
Andrew Kane
2023-10-16 16:42:40 -07:00
parent 9ed7e63fb7
commit 0054a9c40a
8 changed files with 32 additions and 20 deletions

View File

@@ -167,7 +167,7 @@ hnswhandler(PG_FUNCTION_ARGS)
IndexAmRoutine *amroutine = makeNode(IndexAmRoutine);
amroutine->amstrategies = 0;
amroutine->amsupport = 2;
amroutine->amsupport = 3;
#if PG_VERSION_NUM >= 130000
amroutine->amoptsprocnum = 0;
#endif