Skip to content

Commit f1ec017

Browse files
authored
Removed Kinetica Password (#317)
* Update .env * Update Automatic_5G_Network_Lab_Setup.ipynb * Update Automatic_5G_Network_Lab_Setup.ipynb * Update Automatic_5G_Network_Lab_Setup.ipynb * Update Automatic_5G_Network_Lab_Setup.ipynb * Add files via upload * Delete community/autonomous_5g_slicing_lab/Automatic_5G_Network_Lab_Setup.ipynb * Rename Automatic_5G_Network_Lab_Setup (1).ipynb to Automatic_5G_Network_Lab_Setup.ipynb
1 parent f6becc9 commit f1ec017

File tree

2 files changed

+14
-20
lines changed

2 files changed

+14
-20
lines changed

community/autonomous_5g_slicing_lab/Automatic_5G_Network_Lab_Setup.ipynb

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,10 @@
4545
},
4646
{
4747
"cell_type": "code",
48-
"execution_count": 7,
48+
"execution_count": null,
4949
"id": "fffa0783-c270-4ed6-9b4b-1f5040341f4f",
5050
"metadata": {},
51-
"outputs": [
52-
{
53-
"name": "stdin",
54-
"output_type": "stream",
55-
"text": [
56-
"Enter your API Key: ········\n"
57-
]
58-
},
59-
{
60-
"name": "stdout",
61-
"output_type": "stream",
62-
"text": [
63-
"✅ API Key successfully saved to config.yaml\n"
64-
]
65-
}
66-
],
51+
"outputs": [],
6752
"source": [
6853
"import yaml\n",
6954
"from getpass import getpass\n",
@@ -95,14 +80,23 @@
9580
"print(\"✅ API Key successfully saved to config.yaml\")\n"
9681
]
9782
},
83+
{
84+
"cell_type": "markdown",
85+
"id": "5b2a2a23",
86+
"metadata": {},
87+
"source": [
88+
"### 3. Set the password for the Kinetica database\n",
89+
"This repository works with an instance of Kinetica, an accelerated database. You will need to request the password through this email \"[email protected]\" once you have the password please change it in the .env file located under this directory ./autonomous5g_slicing_lab/llm-slicing-5g-lab/"
90+
]
91+
},
9892
{
9993
"cell_type": "markdown",
10094
"id": "a77a79b9-644e-4b4f-b781-ea6810a99980",
10195
"metadata": {},
10296
"source": [
103-
"### Agentic LLMs for 5G Section\n",
97+
"### 5 Agentic LLMs for 5G Section\n",
10498
"\n",
105-
"Once you have the **5G Lab GitHub** repository cloned, you can proceed to the **Agentic LLMs** section. This part of the lab demonstrates how to deploy an agentic workflow to monitor network performance and dynamically adjust bandwidth allocation.\n",
99+
"Once you have the **5G Lab GitHub** repository cloned and the API Key and Kinetica passwords configured, you can proceed to the **Agentic LLMs** section. This part of the lab demonstrates how to deploy an agentic workflow to monitor network performance and dynamically adjust bandwidth allocation.\n",
106100
"\n",
107101
"- **Part A – Setup of 5G Lab environment** \n",
108102
" Located at: `./autonomous5g_slicing_lab/llm-slicing-5g-lab/DLI_Lab_Setup.ipynb` \n",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
KINETICA_HOST="https://demo72.kinetica.com/_gpudb"
22
KINETICA_USERNAME="nvidia_gtc_2025"
3-
KINETICA_PASSWORD="Kinetica123!"
3+
KINETICA_PASSWORD=""
44
KINETICA_SCHEMA="nvidia_gtc_dli_2025"
55
IPERF3_RANDOM_TABLE_NAME='nvidia_gtc_dli_2025.ultramicroscope_nonfreeman_necessariness_chewy_iperf3_logs'

0 commit comments

Comments
 (0)