You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases_review/v0.7.5_video_walkthrough.ipynb
+28-28Lines changed: 28 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,33 @@
62
62
"source": [
63
63
"---\n",
64
64
"\n",
65
-
"## 🔒 Feature 1: HTTPS Preservation for Internal Links\n",
65
+
"## 🔧 Feature 1: Docker Hooks System (NEW! 🆕)\n",
66
+
"\n",
67
+
"### What is it?\n",
68
+
"v0.7.5 introduces a **completely new Docker Hooks System** that lets you inject custom Python functions at 8 key points in the crawling pipeline. This gives you full control over:\n",
69
+
"- Authentication setup\n",
70
+
"- Performance optimization\n",
71
+
"- Content processing\n",
72
+
"- Custom behavior at each stage\n",
73
+
"\n",
74
+
"### Three Ways to Use Docker Hooks\n",
75
+
"\n",
76
+
"The Docker Hooks System offers three approaches, all part of this new feature:\n",
77
+
"\n",
78
+
"1. **String-based hooks** - Write hooks as strings for REST API\n",
79
+
"2. **Using `hooks_to_string()` utility** - Convert Python functions to strings\n",
"## 🔒 Feature 2: HTTPS Preservation for Internal Links\n",
66
92
"\n",
67
93
"### Problem\n",
68
94
"When crawling HTTPS sites, internal links sometimes get downgraded to HTTP, breaking authentication and causing security warnings.\n",
@@ -416,7 +442,7 @@
416
442
"source": [
417
443
"---\n",
418
444
"\n",
419
-
"## 🤖 Feature 2: Enhanced LLM Integration\n",
445
+
"## 🤖 Feature 3: Enhanced LLM Integration\n",
420
446
"\n",
421
447
"### What's New\n",
422
448
"- Custom `temperature` parameter for creativity control\n",
@@ -979,32 +1005,6 @@
979
1005
"await demo_enhanced_llm()"
980
1006
]
981
1007
},
982
-
{
983
-
"cell_type": "markdown",
984
-
"metadata": {},
985
-
"source": [
986
-
"---\n",
987
-
"\n",
988
-
"## 🔧 Feature 3: Docker Hooks System (NEW! 🆕)\n",
989
-
"\n",
990
-
"### What is it?\n",
991
-
"v0.7.5 introduces a **completely new Docker Hooks System** that lets you inject custom Python functions at 8 key points in the crawling pipeline. This gives you full control over:\n",
992
-
"- Authentication setup\n",
993
-
"- Performance optimization\n",
994
-
"- Content processing\n",
995
-
"- Custom behavior at each stage\n",
996
-
"\n",
997
-
"### Three Ways to Use Docker Hooks\n",
998
-
"\n",
999
-
"The Docker Hooks System offers three approaches, all part of this new feature:\n",
1000
-
"\n",
1001
-
"1. **String-based hooks** - Write hooks as strings for REST API\n",
1002
-
"2. **Using `hooks_to_string()` utility** - Convert Python functions to strings\n",
0 commit comments