Skip to content

Commit e67be14

Browse files
apartsinclaude
andcommitted
Drift audit fixes: nav text, index card descriptions
Fix Appendix T section link text mismatch in appendix-u/index and capstone/requirements (was "Production Data Pipelines..." but actual title is "Ray Train, Ray Serve, and Ray Data"). Update chapter index cards for sections 12.5, 19.4, 20.6 to reflect content that was moved within those sections. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2853fee commit e67be14

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

appendices/appendix-u-docker-containers/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2>Sections</h2>
7272
</ul>
7373

7474
<nav class="chapter-nav">
75-
<a class="prev" href="../appendix-t-distributed-ml/section-t.5.html">Production Data Pipelines and Model Serving at Scale</a>
75+
<a class="prev" href="../appendix-t-distributed-ml/section-t.5.html">Ray Train, Ray Serve, and Ray Data</a>
7676
<a class="up" href="../../toc.html">Appendices</a>
7777
<a class="next" href="section-u.1.html">Docker Fundamentals: Images, Containers, and Volumes</a>
7878
</nav>

capstone/requirements.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111

1212
<nav class="chapter-nav">
13-
<a class="prev" href="../appendices/appendix-t-distributed-ml/section-t.5.html">Production Data Pipelines and Model Serving at Scale</a>
13+
<a class="prev" href="../appendices/appendix-t-distributed-ml/section-t.5.html">Ray Train, Ray Serve, and Ray Data</a>
1414
<a class="up" href="../toc.html">Table of Contents</a>
1515
<a class="next" href="index.html">Capstone Project</a>
1616
</nav>

part-3-working-with-llms/module-12-hybrid-ml-llm/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h3>Learning Objectives</h3>
134134
<span class="section-desc">
135135
NER, relation extraction, and event extraction with LLMs. Classical IE pipelines
136136
(spaCy, CRF) vs. LLM-based extraction. Structured output with BAML, Instructor,
137-
and Pydantic. Hybrid IE patterns and production deployment.
137+
and Pydantic. Keyword/keyphrase extraction and LLM-powered AutoML.
138138
</span>
139139
</a>
140140
</li>

part-5-retrieval-conversation/module-19-embeddings-vector-db/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ <h3>Learning Objectives</h3>
129129
<span class="section-desc">
130130
Document loaders and parsing. Chunking strategies: fixed-size, recursive,
131131
semantic, and structure-aware. Overlap and parent-child retrieval.
132-
Unstructured.io, LlamaParse, Docling. RAG ETL pipelines, document versioning,
133-
and incremental indexing.
132+
Unstructured.io, LlamaParse, Docling. Topic modeling with LLM embeddings,
133+
RAG ETL pipelines, and incremental indexing.
134134
</span>
135135
</a>
136136
</li>

part-5-retrieval-conversation/module-20-rag/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ <h3>Learning Objectives</h3>
149149
<span class="section-title">RAG Frameworks &amp; Orchestration</span>
150150
<span class="section-desc">
151151
LangChain (chains, retrievers, LCEL). LlamaIndex (index types, query engines).
152-
Haystack pipelines. Comparing frameworks for different RAG use cases.
153-
Production deployment patterns and evaluation.
152+
Haystack pipelines. Compound AI systems and DSPy.
153+
RAG security, poisoning attacks, and production deployment.
154154
</span>
155155
</a>
156156
</li>

0 commit comments

Comments
 (0)