cwyodmodules 0.3.57__py3-none-any.whl → 0.3.58__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cwyodmodules/batch/utilities/helpers/env_helper.py +0 -8
- {cwyodmodules-0.3.57.dist-info → cwyodmodules-0.3.58.dist-info}/METADATA +1 -1
- {cwyodmodules-0.3.57.dist-info → cwyodmodules-0.3.58.dist-info}/RECORD +6 -6
- {cwyodmodules-0.3.57.dist-info → cwyodmodules-0.3.58.dist-info}/WHEEL +0 -0
- {cwyodmodules-0.3.57.dist-info → cwyodmodules-0.3.58.dist-info}/licenses/LICENSE +0 -0
- {cwyodmodules-0.3.57.dist-info → cwyodmodules-0.3.58.dist-info}/top_level.txt +0 -0
@@ -27,14 +27,6 @@ class EnvHelper:
|
|
27
27
|
def __load_config(self, **kwargs) -> None:
|
28
28
|
local_env_manager.print_settings()
|
29
29
|
logger.info("Initializing EnvHelper")
|
30
|
-
logger.info("key_vault_uri: " + os.getenv("key_vault_uri"))
|
31
|
-
logger.info("head_key_vault_uri: " + os.getenv("head_key_vault_uri"))
|
32
|
-
|
33
|
-
if not keyvault:
|
34
|
-
raise ValueError("keyvault is not configured. Please set 'key_vault_uri' environment variable.")
|
35
|
-
|
36
|
-
if not head_keyvault:
|
37
|
-
raise ValueError("head_keyvault is not configured. Please set 'head_key_vault_uri' environment variable.")
|
38
30
|
|
39
31
|
# Wrapper for Azure Key Vault
|
40
32
|
os.environ["APPLICATIONINSIGHTS_ENABLED"] = "true"
|
@@ -37,7 +37,7 @@ cwyodmodules/batch/utilities/helpers/azure_postgres_helper_light_rag.py,sha256=M
|
|
37
37
|
cwyodmodules/batch/utilities/helpers/azure_search_helper.py,sha256=vIIMEck1wPg9oRlWweE2gSZ1nUYc_tmEe4QeFlsrwKk,11314
|
38
38
|
cwyodmodules/batch/utilities/helpers/document_chunking_helper.py,sha256=2MZOjW-fHXgYijP3m9O-nizOlk96Yg0axyxT0K6fTnM,725
|
39
39
|
cwyodmodules/batch/utilities/helpers/document_loading_helper.py,sha256=2HBEl3vW-_PKbX5pPntTC_R5eToTk2Qb-q3M4Mt6hCU,603
|
40
|
-
cwyodmodules/batch/utilities/helpers/env_helper.py,sha256=
|
40
|
+
cwyodmodules/batch/utilities/helpers/env_helper.py,sha256=aSveo9d5ZXjQ5QIglKbkTrqDNZpYif5UOzVpRK3YvN0,15463
|
41
41
|
cwyodmodules/batch/utilities/helpers/lightrag_helper.py,sha256=7lb9JMm5IohsO73LWo5bWmlzWCGYNsx_fYl-aFdwATQ,3845
|
42
42
|
cwyodmodules/batch/utilities/helpers/llm_helper.py,sha256=lHLYrUidtaemmKrVbWoo7oIvwluUoPUk16U5lV-YIX8,8282
|
43
43
|
cwyodmodules/batch/utilities/helpers/orchestrator_helper.py,sha256=mCcZyMFG0otnw9gzWd-PYocHmDdFDVg-RT9oDPiDZPk,897
|
@@ -109,8 +109,8 @@ cwyodmodules/graphrag/query/generate.py,sha256=BZiB6iw7PkIovw-CyYFogMHnDxK0Qu_4u
|
|
109
109
|
cwyodmodules/graphrag/query/graph_search.py,sha256=95h3ecSWx4864XgKABtG0fh3Nk8HkqJVzoCrO8daJ-Y,7724
|
110
110
|
cwyodmodules/graphrag/query/types.py,sha256=1Iq1dp4I4a56_cuFjOZ0NTgd0A2_MpVFznp_czgt6cI,617
|
111
111
|
cwyodmodules/graphrag/query/vector_search.py,sha256=9Gwu9LPjtoAYUU8WKqCvbCHAIg3dpk71reoYd1scLnQ,1807
|
112
|
-
cwyodmodules-0.3.
|
113
|
-
cwyodmodules-0.3.
|
114
|
-
cwyodmodules-0.3.
|
115
|
-
cwyodmodules-0.3.
|
116
|
-
cwyodmodules-0.3.
|
112
|
+
cwyodmodules-0.3.58.dist-info/licenses/LICENSE,sha256=UqBDTipijsSW2ZSOXyTZnMsXmLoEHTgNEM0tL4g-Sso,1150
|
113
|
+
cwyodmodules-0.3.58.dist-info/METADATA,sha256=ChHSOrRDQU0ec8A4NvquJaLp9OuYhjw7ShBoh4OxQgQ,2002
|
114
|
+
cwyodmodules-0.3.58.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
115
|
+
cwyodmodules-0.3.58.dist-info/top_level.txt,sha256=99RENLbkdRX-qpJvsxZ5AfmTL5s6shSaKOWYpz1vwzg,13
|
116
|
+
cwyodmodules-0.3.58.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|