@@ -21,57 +21,18 @@ description: "Notebooks contain complete working sample code for end to end solu
2121 `` Unstructured ``
2222 <br />
2323 </Card >
24- <Card title = " Simple PDF and HTML parsing" href = " https://colab.research.google.com/drive/1U8VCjY2-x8c6y5TYMbSFtQGlQVFHCVIW#scrollTo=jZp37lfueaeZ" >
25- <br />
26- Quickstart guide for parsing simple PDF and HTML documents with Unstructured.
27- <br />
28- `` Unstructured ``
29- <br />
30- </Card >
31- <Card title = " Llama 3 Local RAG with emails" href = " https://colab.research.google.com/drive/1ieDJ4LoxARrHFqxXWif8Lv8e8aZTgmtH?usp=sharing" >
32- <br />
33- Build a local RAG app for your emails with Unstructured, LangChain and Ollama.
34- <br />
35- ``` Unstructured ``` ``` LangChain ``` ``` Ollama ``` ``` Llama 3 ```
36- </Card >
3724 <Card title = " RAG with PDFs, LangChain and Llama 3" href = " https://colab.research.google.com/drive/1BJYYyrPVe0_9EGyXqeNyzmVZDrCRZwsg?usp=sharing" >
3825 <br />
3926 A RAG system with the Llama 3 model from Hugging Face.
4027 <br />
4128 ``` Unstructured ``` ``` 🤗 Hugging Face ``` ``` LangChain ``` ``` Llama 3 ```
4229 </Card >
43- <Card title = " Building RAG With PowerPoint presentations" href = " https://colab.research.google.com/drive/1NmLSmUMb9ozlELnWa3J4WwdrBfGomwPk?usp=sharing" >
44- <br />
45- A RAG solution that is based on PowerPoint files.
46- <br />
47- ``` Unstructured ``` ``` 🤗 Hugging Face ``` ``` LangChain ``` ``` Llama 3 ```
48- </Card >
4930 <Card title = " Unstructured data ETL from S3 to SingleStore DB" href = " https://drive.google.com/file/d/1Krvn5XlYNERQe7DNIXKEz3AmESJdABLF/view?usp=sharing" >
5031 <br />
5132 Learn to ingest, partition, chunk, embed and load data from an S3 bucket into SingleStore DB.
5233 <br />
5334 ``` Unstructured ``` ``` SingleStoreDB ``` ``` AWS S3 ```
5435 </Card >
55- <Card title = " LLM chatbot with Databricks" href = " https://notebooks.databricks.com/demos/llm-rag-chatbot/index.html#" >
56- <br />
57- A Chatbot on Databricks with RAG, DBRX Instruct & Vector Search
58- <br />
59- ``` Unstructured ``` ``` Databricks ``` ``` LangChain ```
60- </Card >
61- <Card title = " Synthetic test dataset generation" href = " https://colab.research.google.com/drive/1VvOauC46xXeZrhh8nlTyv77yvoroMQjr?usp=sharing" >
62- <br />
63- Build a Synthetic Test Dataset for your RAG system in 5 easy steps
64- <br />
65- `` Unstructured `` `` GPT-4o `` `` Ragas `` `` LangChain ``
66- <br />
67- </Card >
68- <Card title = " LLama3.1 RAG evaluation on unstructured text" href = " https://colab.research.google.com/drive/1VeK-z8499WV_7wY4JAkWmxpxR2LiR2-m?usp=sharing" >
69- <br />
70- Build a Synthetic Test Dataset for your RAG system in 5 easy steps
71- <br />
72- `` Unstructured `` `` GPT-4o `` `` Ragas `` `` LangChain `` `` Llama3.1 ``
73- <br />
74- </Card >
7536 <Card title = " Google Drive to DataStax Astra DB" href = " https://colab.research.google.com/drive/1Img_qGCTKavImbz7dlRtxg8mNUjiWjJT?usp=sharing" >
7637 <br />
7738 Embed your Google Drive Docs in an Astra Vector Database with Unstructured Serverless API
@@ -112,6 +73,32 @@ description: "Notebooks contain complete working sample code for end to end solu
11273 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.
11374 <br />
11475 ``` Unstructured ``` ``` 🤗 Hugging Face ``` ``` 🤗 HuggingChat ```
76+ </Card >
77+ <Card title = " Llama 3 Local RAG with emails" href = " https://colab.research.google.com/drive/1ieDJ4LoxARrHFqxXWif8Lv8e8aZTgmtH?usp=sharing" >
78+ <br />
79+ Build a local RAG app for your emails with Unstructured, LangChain and Ollama.
80+ <br />
81+ ``` Unstructured ``` ``` LangChain ``` ``` Ollama ``` ``` Llama 3 ```
82+ </Card >
83+ <Card title = " Building RAG With PowerPoint presentations" href = " https://colab.research.google.com/drive/1NmLSmUMb9ozlELnWa3J4WwdrBfGomwPk?usp=sharing" >
84+ <br />
85+ A RAG solution that is based on PowerPoint files.
86+ <br />
87+ ``` Unstructured ``` ``` 🤗 Hugging Face ``` ``` LangChain ``` ``` Llama 3 ```
88+ </Card >
89+ <Card title = " Synthetic test dataset generation" href = " https://colab.research.google.com/drive/1VvOauC46xXeZrhh8nlTyv77yvoroMQjr?usp=sharing" >
90+ <br />
91+ Build a Synthetic Test Dataset for your RAG system in 5 easy steps
92+ <br />
93+ `` Unstructured `` `` GPT-4o `` `` Ragas `` `` LangChain ``
94+ <br />
95+ </Card >
96+ <Card title = " LLama3.1 RAG evaluation on unstructured text" href = " https://colab.research.google.com/drive/1VeK-z8499WV_7wY4JAkWmxpxR2LiR2-m?usp=sharing" >
97+ <br />
98+ Build a Synthetic Test Dataset for your RAG system in 5 easy steps
99+ <br />
100+ `` Unstructured `` `` GPT-4o `` `` Ragas `` `` LangChain `` `` Llama3.1 ``
101+ <br />
115102 </Card >
116103</CardGroup >
117104
0 commit comments