Skip to content

Commit b3b141d

Browse files
authored
Agentic RAG notebook + missing tags (#419)
1 parent 645c9c2 commit b3b141d

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

examplecode/notebooks.mdx

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ description: "Notebooks contain complete working sample code for end-to-end solu
66
---
77

88
<CardGroup cols={2}>
9-
9+
<Card title="Agentic RAG with Hugging Face smolagents vs Vanilla RAG" href="https://colab.research.google.com/drive/1hG3dPgd8wjrO9wSD0K0Feo7EY1iXqrEN?usp=sharing">
10+
<br/>
11+
Build Agentic RAG with `smolagents` library and compare the results with Vanilla RAG in pure Python
12+
<br/>
13+
``Unstructured Platform UI`` ``GPT-4o`` ``smolagents`` ``Agents`` ``DataStax`` ``S3`` ``Advanced notebook``
14+
<br/>
15+
</Card>
1016
<Card title="LLama3.2 RAG evaluation on unstructured text" href="https://colab.research.google.com/drive/14y3QOmhetk6NvJfT3HO4Tw6-Ra-LIDA9?usp=sharing">
1117
<br/>
1218
Evaluate Llama3.2 for your RAG system with Unstructured Platform, GPT-4o, Ragas, and LangChain
@@ -46,14 +52,14 @@ description: "Notebooks contain complete working sample code for end-to-end solu
4652
<br/>
4753
End-to-end data processing pipeline using Unstructured Serverless API.
4854
<br/>
49-
``Unstructured API``
55+
``Unstructured API`` ``Hugging Face`` ``Advanced notebook``
5056
<br/>
5157
</Card>
5258
<Card title="RAG with PDFs, LangChain and Llama 3" href="https://colab.research.google.com/drive/1BJYYyrPVe0_9EGyXqeNyzmVZDrCRZwsg?usp=sharing">
5359
<br/>
5460
A RAG system with the Llama 3 model from Hugging Face.
5561
<br/>
56-
```Unstructured API``` ```🤗 Hugging Face``` ```LangChain``` ```Llama 3```
62+
```Unstructured API``` ```🤗 Hugging Face``` ```LangChain``` ```Llama 3``` ``Introductory notebook``
5763
</Card>
5864
<Card title="Unstructured data ETL from S3 to SingleStore DB" href="https://colab.research.google.com/drive/1Krvn5XlYNERQe7DNIXKEz3AmESJdABLF?usp=sharing">
5965
<br/>
@@ -93,26 +99,26 @@ description: "Notebooks contain complete working sample code for end-to-end solu
9399
<br/>
94100
Add document source references to RAG responses based on documents metadata.
95101
<br/>
96-
``Unstructured API`` ``RAG`` ``LangChain``
102+
``Unstructured API`` ``RAG`` ``LangChain`` ``Intermediate notebook``
97103
<br/>
98104
</Card>
99105
<Card title="Query processed PDF with HuggingChat" href="https://colab.research.google.com/drive/1rNVVX5qo7vyBwR7wTa-zS6lDMkKpTei0?usp=sharing">
100106
<br/>
101107
Send a PDF to Unstructured for processing, and send a subset of the returned PDF's processed text to [HuggingChat](https://huggingface.co/chat/) for chatbot-style querying.
102108
<br/>
103-
```Unstructured API``` ```🤗 Hugging Face``` ```🤗 HuggingChat```
109+
```Unstructured API``` ```🤗 Hugging Face``` ```🤗 HuggingChat``` ``Introductory notebook``
104110
</Card>
105111
<Card title="Llama 3 Local RAG with emails" href="https://colab.research.google.com/drive/1ieDJ4LoxARrHFqxXWif8Lv8e8aZTgmtH?usp=sharing">
106112
<br/>
107113
Build a local RAG app for your emails with Unstructured, LangChain and Ollama.
108114
<br/>
109-
```Unstructured API``` ```LangChain``` ```Ollama``` ```Llama 3```
115+
```Unstructured API``` ```LangChain``` ```Ollama``` ```Llama 3``` ``Introductory notebook``
110116
</Card>
111117
<Card title="Building RAG With PowerPoint presentations" href="https://colab.research.google.com/drive/1l_e7CyqfBUxBBDc6E6XIKtKV-8YWvmRX?usp=sharing">
112118
<br/>
113119
A RAG solution that is based on PowerPoint files.
114120
<br/>
115-
```Unstructured API``` ```🤗 Hugging Face``` ```LangChain``` ```Llama 3```
121+
```Unstructured API``` ```🤗 Hugging Face``` ```LangChain``` ```Llama 3``` ``Introductory notebook``
116122
</Card>
117123
<Card title="Synthetic test dataset generation" href="https://colab.research.google.com/drive/1VvOauC46xXeZrhh8nlTyv77yvoroMQjr?usp=sharing">
118124
<br/>

0 commit comments

Comments
 (0)