|
45 | 45 | },
|
46 | 46 | {
|
47 | 47 | "cell_type": "code",
|
48 |
| - "execution_count": 7, |
| 48 | + "execution_count": null, |
49 | 49 | "id": "fffa0783-c270-4ed6-9b4b-1f5040341f4f",
|
50 | 50 | "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": [], |
67 | 52 | "source": [
|
68 | 53 | "import yaml\n",
|
69 | 54 | "from getpass import getpass\n",
|
|
95 | 80 | "print(\"✅ API Key successfully saved to config.yaml\")\n"
|
96 | 81 | ]
|
97 | 82 | },
|
| 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 | + }, |
98 | 92 | {
|
99 | 93 | "cell_type": "markdown",
|
100 | 94 | "id": "a77a79b9-644e-4b4f-b781-ea6810a99980",
|
101 | 95 | "metadata": {},
|
102 | 96 | "source": [
|
103 |
| - "### Agentic LLMs for 5G Section\n", |
| 97 | + "### 5 Agentic LLMs for 5G Section\n", |
104 | 98 | "\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", |
106 | 100 | "\n",
|
107 | 101 | "- **Part A – Setup of 5G Lab environment** \n",
|
108 | 102 | " Located at: `./autonomous5g_slicing_lab/llm-slicing-5g-lab/DLI_Lab_Setup.ipynb` \n",
|
|
0 commit comments