diff --git a/examplecode/notebooks.mdx b/examplecode/notebooks.mdx index f0b8afcd..c3c419a9 100644 --- a/examplecode/notebooks.mdx +++ b/examplecode/notebooks.mdx @@ -5,6 +5,13 @@ mode: wide description: "Notebooks contain complete working sample code for end-to-end solutions." --- + +
+ Learn how to build a personalized RAG system using Unstructured's document processing and Mem0's memory layer to create an AI assistant that remembers user preferences and adapts responses across sessions. +
+ ``Unstructured API`` ``Workflows`` ``RAG`` ``S3`` ``Weaviate`` ``Memory`` +
+

Build an automated pipeline that scrapes the last 7 days of AI papers & posts (ArXiv, OpenAI, Anthropic, Hugging Face, DeepLearning.AI), processes them with Unstructured’s Hi Res partitioner for clean text, stores structured chunks in MongoDB, and generates both detailed summaries and an executive brief for a weekly newsletter.