Skip to content

Commit

Permalink
Use new dedupe model in app
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewilde committed Jul 10, 2024
1 parent 5d73b18 commit caedc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colandr/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# files-on-disk config
COLANDR_APP_DIR = os.environ.get("COLANDR_APP_DIR", "/tmp")
DEDUPE_MODELS_DIR = os.path.join(
COLANDR_APP_DIR, "colandr_data", "dedupe-v2", "model_202403"
COLANDR_APP_DIR, "colandr_data", "dedupe-v2", "model_202407"
)
RANKING_MODELS_DIR = os.path.join(COLANDR_APP_DIR, "colandr_data", "ranking_models")
CITATIONS_DIR = os.path.join(COLANDR_APP_DIR, "colandr_data", "citations")
Expand Down

0 comments on commit caedc62

Please sign in to comment.