You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examplecode/notebooks.mdx
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,13 @@ description: "Notebooks contain complete working sample code for end-to-end solu
6
6
---
7
7
8
8
<CardGroupcols={2}>
9
-
9
+
<Cardtitle="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
<Cardtitle="Unstructured data ETL from S3 to SingleStore DB"href="https://colab.research.google.com/drive/1Krvn5XlYNERQe7DNIXKEz3AmESJdABLF?usp=sharing">
59
65
<br/>
@@ -93,26 +99,26 @@ description: "Notebooks contain complete working sample code for end-to-end solu
93
99
<br/>
94
100
Add document source references to RAG responses based on documents metadata.
<Cardtitle="Query processed PDF with HuggingChat"href="https://colab.research.google.com/drive/1rNVVX5qo7vyBwR7wTa-zS6lDMkKpTei0?usp=sharing">
100
106
<br/>
101
107
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.
0 commit comments