diff --git a/setup.py b/setup.py index d56b579d..5598b0b1 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ namespace_packages=[], install_requires=[ "followthemoney==3.5.4", - "nomenklatura==3.6.4", + "nomenklatura==3.6.5", "asyncstdlib==3.10.8", "aiocron==1.8", "aiocsv==1.2.4", diff --git a/yente/settings.py b/yente/settings.py index 19c76026..73f36849 100644 --- a/yente/settings.py +++ b/yente/settings.py @@ -138,7 +138,7 @@ def env_str(name: str, default: Optional[str] = None) -> Optional[str]: SCORE_THRESHOLD = 0.70 # Default cutoff for scores that should not be returned as /match results: -SCORE_CUTOFF = 0.40 +SCORE_CUTOFF = 0.50 # ElasticSearch settings: ES_URL = env_str("YENTE_ELASTICSEARCH_URL", "http://localhost:9200")