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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ description: "Notebooks contain complete working sample code for end-to-end solu
6
6
---
7
7
8
8
<CardGroupcols={2}>
9
+
<Cardtitle="RAG with Databricks Vector Search with Context from Multiple Sources"href="https://colab.research.google.com/drive/1ZsrqYVhBAqsr6L98xlVjTZltMzNi_P3o?usp=sharing">
10
+
<br/>
11
+
Build RAG with Databricks Vector Search with context preprocessed from multiple sources by Unstructured Platform.
<Cardtitle="Agentic RAG with Hugging Face smolagents vs Vanilla RAG"href="https://colab.research.google.com/drive/1hG3dPgd8wjrO9wSD0K0Feo7EY1iXqrEN?usp=sharing">
10
18
<br/>
11
19
Build Agentic RAG with `smolagents` library and compare the results with Vanilla RAG in pure Python
0 commit comments