Skip to content

Commit a8baace

Browse files
added graph rag notebook (#764)
Co-authored-by: ajay23-uns <[email protected]>
1 parent d5a5c21 commit a8baace

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examplecode/notebooks.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ sidebarTitle: Notebooks
44
mode: wide
55
description: "Notebooks contain complete working sample code for end-to-end solutions."
66
---
7-
87
<CardGroup cols={2}>
8+
<Card title="Graph RAG for Academic Papers" href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/GraphRAG_for_Academic_Papers.ipynb">
9+
<br/>
10+
Learn how to build a GraphRAG system for research papers using Unstructured's Named Entity Recognition to extract custom entities and relationships, then query them with Neo4j to answer complex questions that require understanding connections between models, datasets, and metrics.
11+
<br/>
12+
``Unstructured API`` ``Workflows`` ``Graph RAG`` ``S3`` ``Neo4j``
13+
<br/>
14+
</Card>
915
<Card title="Unstructured API Walkthrough" href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/Unstructured_API_Walkthrough.ipynb">
1016
<br/>
1117
This walkthrough provides you with deep, hands-on experience with the Unstructured API. As you follow along, you will learn how to use many of the Unstructured API's features for partitioning, enriching, chunking, and embedding.

0 commit comments

Comments
 (0)