Skip to content

Removed Kinetica Password #317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,10 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"id": "fffa0783-c270-4ed6-9b4b-1f5040341f4f",
"metadata": {},
"outputs": [
{
"name": "stdin",
"output_type": "stream",
"text": [
"Enter your API Key: ········\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"✅ API Key successfully saved to config.yaml\n"
]
}
],
"outputs": [],
"source": [
"import yaml\n",
"from getpass import getpass\n",
Expand Down Expand Up @@ -95,14 +80,23 @@
"print(\"✅ API Key successfully saved to config.yaml\")\n"
]
},
{
"cell_type": "markdown",
"id": "5b2a2a23",
"metadata": {},
"source": [
"### 3. Set the password for the Kinetica database\n",
"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/"
]
},
{
"cell_type": "markdown",
"id": "a77a79b9-644e-4b4f-b781-ea6810a99980",
"metadata": {},
"source": [
"### Agentic LLMs for 5G Section\n",
"### 5 Agentic LLMs for 5G Section\n",
"\n",
"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",
"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",
"\n",
"- **Part A – Setup of 5G Lab environment** \n",
" Located at: `./autonomous5g_slicing_lab/llm-slicing-5g-lab/DLI_Lab_Setup.ipynb` \n",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KINETICA_HOST="https://demo72.kinetica.com/_gpudb"
KINETICA_USERNAME="nvidia_gtc_2025"
KINETICA_PASSWORD="Kinetica123!"
KINETICA_PASSWORD=""
KINETICA_SCHEMA="nvidia_gtc_dli_2025"
IPERF3_RANDOM_TABLE_NAME='nvidia_gtc_dli_2025.ultramicroscope_nonfreeman_necessariness_chewy_iperf3_logs'