Skip to content

Commit

Permalink
Merge pull request #165 from AleksandrKent/main-dev
Browse files Browse the repository at this point in the history
Fix: Typo in metric name
  • Loading branch information
ashvardanian authored Jul 27, 2023
2 parents 8383f1a + 34f5530 commit ade032f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/usearch/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def _normalize_metric(metric):
"ip": MetricKind.IP,
"l2_sq": MetricKind.L2sq,
"haversine": MetricKind.Haversine,
"perason": MetricKind.Pearson,
"pearson": MetricKind.Pearson,
"hamming": MetricKind.Hamming,
"tanimoto": MetricKind.Tanimoto,
"sorensen": MetricKind.Sorensen,
Expand Down

0 comments on commit ade032f

Please sign in to comment.