Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo committed May 3, 2024
1 parent ee3448f commit 1d88b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/python/feast/infra/online_stores/contrib/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
from feast.usage import log_exceptions_and_usage

SUPPORTED_DISTANCE_METRICS_DICT = {
"L2": "<->",
"inner_product": "<#>",
"cosine": "<=>",
"L1": "<+>",
"L2": "<->",
"inner_product": "<#>",
}


Expand Down

0 comments on commit 1d88b01

Please sign in to comment.