Skip to content

Commit 115e505

Browse files
committed
initializing semantic kerel as a singleton
1 parent 6990e59 commit 115e505

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ContentProcessor/src/libs/base/application_main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def __init__(self, env_file_path: str | None = None, **data):
3636
# Set App Context object
3737
self.application_context = AppContext()
3838
self.application_context.set_configuration(AppConfiguration())
39+
self.application_context.set_kernel()
3940

4041
if self.application_context.configuration.app_logging_enable:
4142
# Read Configuration for Logging Level as a Text then retrive the logging level

0 commit comments

Comments
 (0)