File size: 691 Bytes
b2427ab
430df58
b2427ab
 
 
 
 
 
 
430df58
 
b2427ab
 
f7e22b6
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: GraphRAG Local To Global
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: false
license: mit
short_description: 'Microsoft''s GraphRAG implementation for a medical  book '
---

Implementation of Retriever and Generation of Microsoft Graph RAG.
Select search strategy as `Local` or `Global` from the Additional Inputs.
Input data: Diseases and Its Causes (https://www.gutenberg.org/ebooks/15283) from Project Gutenberg
Input data was indexed using `graphrag` library from microsoft. The results were stored in Neo4j.

Retrieval is done from the entity, relationships and communities in the indexed knowledge graph on Neo4j.