Coverage for intelligence_toolkit/match_entity_records/config.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.10.7, created at 2025-10-16 13:41 -0300

1# Copyright (c) 2024 Microsoft Corporation. All rights reserved. 

2# Licensed under the MIT license. See LICENSE file in the project. 

3# 

4 

5max_rows_to_show = 1000 

6entity_label = "Entity" 

7cache_name = "match_entity_records" 

8 

9DEFAULT_COLUMNS_DONT_CONVERT = ["Entity ID", "Entity name", "Dataset"] 

10DEFAULT_SENTENCE_PAIR_JACCARD_THRESHOLD = 0.75 

11DEFAULT_MAX_RECORD_DISTANCE = 0.05