You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,24 +67,24 @@ You may already have installed the Senzing and created a Senzing project by foll
67
67
68
68
### Configuration
69
69
70
-
When using a bare metal install, the initialization parameters used by the Senzing Python utilities are maintained within `<project_path>/etc/G2Module.ini`.
70
+
When using a bare metal install, the initialization parameters used by the Senzing Python utilities are maintained within `<project_path>/etc/sz_engine_config.ini`.
71
71
72
-
🤔To convert an existing Senzing project G2Module.ini file to a JSON string use one of the following methods:
72
+
🤔To convert an existing Senzing project sz_engine_config.ini file to a JSON string use one of the following methods:
73
73
74
-
-[g2_module_ini_to_json.py]
74
+
-[sz_engine_config_ini_to_json.py]
75
75
76
-
- Modify the path to your projects G2Module.ini file.
76
+
- Modify the path to your projects sz_engine_config.ini file.
Copy file name to clipboardExpand all lines: python/initialization/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@
8
8
- Priming the Senzing engine before use loads resource intensive assets upfront. Without priming the first SDK call to the engine will appear slower than usual as it causes these assets to be loaded
9
9
-**factory_and_engines.py**
10
10
- Basic example of how to create an abstract Senzing factory and each of the available engines
11
-
-**g2_module_ini_to_json.py**
11
+
-**sz_engine_config_ini_to_json.py**
12
12
- The snippets herein utilize the `SENZING_ENGINE_CONFIGURATION_JSON` environment variable for Senzing abstract factory creation
13
-
- If you are familiar with working with a Senzing project you may be aware the same configuration data is held in the G2Module.ini file
14
-
- Example to convert G2Module.ini to a JSON string for use with `SENZING_ENGINE_CONFIGURATION_JSON`
13
+
- If you are familiar with working with a Senzing project you may be aware the same configuration data is held in the sz_engine_config.ini file
14
+
- Example to convert sz_engine_config.ini to a JSON string for use with `SENZING_ENGINE_CONFIGURATION_JSON`
15
15
-**purge_repository.py**
16
16
-**WARNING** This script will remove all data from a Senzing repository, use with caution! **WARNING**
0 commit comments