Skip to content

Commit 1cec8b3

Browse files
committed
Fix malformed JSON in 02_project_overview.ipynb to unblock nbval collection in CI
1 parent bf0c001 commit 1cec8b3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

python-recipes/context-engineering/notebooks/section-1-introduction/02_project_overview.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
" print(r.code, r.title)\n",
134134
"```\n"
135135
]
136-
}
136+
},
137137
{
138138
"cell_type": "markdown",
139139
"metadata": {},
@@ -166,7 +166,7 @@
166166
" print(c.code, c.title)\n",
167167
"```\n"
168168
]
169-
}
169+
},
170170
{
171171
"cell_type": "markdown",
172172
"metadata": {},
@@ -193,7 +193,7 @@
193193
"related = mem.search(entity_id=\"alex\", query=\"online\", k=3)\n",
194194
"```\n"
195195
]
196-
}
196+
},
197197
{
198198
"cell_type": "markdown",
199199
"metadata": {},
@@ -232,7 +232,7 @@
232232
"\n",
233233
"Tools: search courses, get recommendations, store preferences/goals, fetch student context.\n"
234234
]
235-
}
235+
},
236236
{
237237
"cell_type": "markdown",
238238
"metadata": {},
@@ -289,7 +289,7 @@
289289
"- Sub\u2011ms Redis ops; typical vector search <50 ms; retrieval <100 ms; end\u2011to\u2011end response <2 s\n",
290290
"- Scales horizontally with Redis and stateless workers\n"
291291
]
292-
}
292+
},
293293
{
294294
"cell_type": "markdown",
295295
"metadata": {},
@@ -359,7 +359,7 @@
359359
"- Try different queries and explore the code\n",
360360
"- Extend the agent with new tools\n"
361361
]
362-
}
362+
},
363363
{
364364
"cell_type": "markdown",
365365
"metadata": {},
@@ -385,7 +385,7 @@
385385
"- Performance tuning for vector search and retrieval\n",
386386
"- Robustness: error handling, persistence, observability\n"
387387
]
388-
}
388+
},
389389
{
390390
"cell_type": "markdown",
391391
"metadata": {},
@@ -420,7 +420,7 @@
420420
" - Tool optimization\n",
421421
" - Crafting data for LLMs\n"
422422
]
423-
}
423+
},
424424
{
425425
"cell_type": "markdown",
426426
"metadata": {},

0 commit comments

Comments
 (0)