Skip to content

Commit 169b883

Browse files
authored
added card for Building a Hybrid RAG System (#746)
1 parent c601a2e commit 169b883

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
@@ -6,6 +6,13 @@ description: "Notebooks contain complete working sample code for end-to-end solu
66
---
77

88
<CardGroup cols={2}>
9+
<Card title="Building a Hybrid RAG System: From Fragmented Data to Unified Intelligence" href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/Unstructured_Hybrid_RAG_Pipeline_with_ElasticSearch.ipynb">
10+
<br/>
11+
Learn how to build a comprehensive hybrid RAG system that processes multiple data sources simultaneously - combining S3 PDFs and Elasticsearch records into a unified knowledge base for enterprise AI applications.
12+
<br/>
13+
``Unstructured API`` ``Workflows`` ``S3`` ``Elasticsearch`` ``Hybrid RAG`` ``Enterprise AI``
14+
<br/>
15+
</Card>
916
<Card title="Dropbox-to-Pinecone Connector API Quickstart" href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/Dropbox_To_Pinecone_Connector_Quickstart.ipynb">
1017
<br/>
1118
Learn how to set up and run a custom workflow that uses a free Dropbox storage location as a source and a free Pinecone serverless index as a destination, suitable for powering RAG applications.

0 commit comments

Comments
 (0)