diff --git a/examplecode/notebooks.mdx b/examplecode/notebooks.mdx
index 648b4750..0b5601f9 100644
--- a/examplecode/notebooks.mdx
+++ b/examplecode/notebooks.mdx
@@ -13,7 +13,7 @@ description: "Notebooks contain complete working sample code for end-to-end solu
``Unstructured API`` ``Partition Endpoint`` ``Local file``
-
+
This notebook explores using Unstructured API to process financial documents while preserving tabular structure in a way that's usable by downstream applications.
@@ -26,14 +26,14 @@ description: "Notebooks contain complete working sample code for end-to-end solu
``Unstructured API`` ``Workflows`` ``S3`` ``VLM`` ``NER`` ``Elasticsearch`` ``MLK`` ``National Archives``
-
+
Learn how to build a RAG pipeline without any embedding models. Use Unstructured to preprocess documents, index them into Elasticsearch, and retrieve using classic BM25 scoring.
``Unstructured API`` ``Workflows`` ``Elasticsearch`` ``BM25``
-
+
Learn how to build data processing workflows using the Unstructured API and Python SDK to preprocess unstructured files from S3 and store the structured outputs in Redis Cloud for retrieval.
@@ -47,7 +47,7 @@ description: "Notebooks contain complete working sample code for end-to-end solu
``Unstructured API`` ``Workflows`` ``S3`` ``Qdrant`` ``VLM`` ``Embeddings``
-
+
Improve RAG precision with a two-stage retrieval pipeline: fast vector search followed by reranking using Cohere’s re-ranker models.