Skip to content

Commit 98355eb

Browse files
authored
New notebook added: rag over databricks vector search (#472)
1 parent 1074a48 commit 98355eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examplecode/notebooks.mdx

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

88
<CardGroup cols={2}>
9+
<Card title="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.
12+
<br/>
13+
``Unstructured Platform`` ``Databricks`` ``Introductory notebook``
14+
<br/>
15+
</Card>
16+
917
<Card title="Agentic RAG with Hugging Face smolagents vs Vanilla RAG" href="https://colab.research.google.com/drive/1hG3dPgd8wjrO9wSD0K0Feo7EY1iXqrEN?usp=sharing">
1018
<br/>
1119
Build Agentic RAG with `smolagents` library and compare the results with Vanilla RAG in pure Python

0 commit comments

Comments
 (0)