Skip to content

Commit e2702ea

Browse files
added memory layer nb (#772)
Co-authored-by: ajay23-uns <[email protected]>
1 parent c8545d6 commit e2702ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examplecode/notebooks.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ mode: wide
55
description: "Notebooks contain complete working sample code for end-to-end solutions."
66
---
77
<CardGroup cols={2}>
8+
<Card title="Adding a Memory Layer to RAG with Unstructured and Mem0" href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/MemoryLayer_for_RAG.ipynb">
9+
<br/>
10+
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.
11+
<br/>
12+
``Unstructured API`` ``Workflows`` ``RAG`` ``S3`` ``Weaviate`` ``Memory``
13+
<br/>
14+
</Card>
815
<Card title="Agentic Weekly AI News TL;DR" href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/Agentic-Weekly-AI-News-TLDR.ipynb">
916
<br/>
1017
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.

0 commit comments

Comments
 (0)