Skip to content

Commit

Permalink
doc changed
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-ko committed Oct 30, 2023
1 parent 90aca81 commit a19ddc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elastichash/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def parse_scores(es_result: ObjectApiResponse, normalize=False, distance=True):
Extracts `_score` values from Elasticsearch result. Normalization can be applied and the similarity score can be
turned into a distance.
:param es_result: Elasticsearch result as dict
:param es_result: Elasticsearch result (JSON dict)
:type es_result: ObjectApiResponse
:param normalize: if score should be normalized
:type normalize: bool
Expand Down

0 comments on commit a19ddc5

Please sign in to comment.