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
<Cardtitle="Preserving Table Structure for Better Retrieval"href="https://colab.research.google.com/drive/1__axq0MRDR9i1M_uEW-pR8aKYH_Qk1hj?usp=sharing">
23
+
<Cardtitle="Preserving Table Structure for Better Retrieval"href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/Preserving_Table_Structure_for_Better_Retrieval.ipynb">
24
24
<br/>
25
25
This notebook explores using Unstructured API to process financial documents while preserving tabular structure in a way that's usable by downstream applications.
26
26
<br/>
@@ -33,14 +33,14 @@ description: "Notebooks contain complete working sample code for end-to-end solu
<Cardtitle="Rag without Embeddings"href="https://colab.research.google.com/drive/1s2sD4FXj8Kw0gzx_00D_09tuYMepKK3_?usp=sharing">
36
+
<Cardtitle="RAG without Embeddings"href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/Rag_without_Embeddings.ipynb">
37
37
<br/>
38
38
Learn how to build a RAG pipeline without any embedding models. Use Unstructured to preprocess documents, index them into Elasticsearch, and retrieve using classic BM25 scoring.
<Cardtitle="Getting Started with Unstructured API and Redis"href="https://colab.research.google.com/drive/1MOi3OSpR14BFF6aaMwrld1d0u4mn8LGE?usp=sharing">
43
+
<Cardtitle="Getting Started with Unstructured API and Redis"href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/Getting_Started_with_Unstructured_API_and_Redis.ipynb">
44
44
<br/>
45
45
Learn how to build data processing workflows using the Unstructured API and Python SDK to preprocess unstructured files from S3 and store the structured outputs in Redis Cloud for retrieval.
46
46
<br/>
@@ -54,7 +54,7 @@ description: "Notebooks contain complete working sample code for end-to-end solu
0 commit comments