Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,11 @@ license: mit
|
|
| 11 |
short_description: 'Microsoft''s GraphRAG implementation for a medical book '
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
short_description: 'Microsoft''s GraphRAG implementation for a medical book '
|
| 12 |
---
|
| 13 |
|
| 14 |
+
Implementation of Retriever and Generation of Microsoft Graph RAG.
|
| 15 |
+
Select search strategy as `Local` or `Global` from the Additional Inputs.
|
| 16 |
+
Input data: Diseases and Its Causes (https://www.gutenberg.org/ebooks/15283) from Project Gutenberg
|
| 17 |
+
Input data was indexed using `graphrag` library from microsoft. The results were stored in Neo4j.
|
| 18 |
+
|
| 19 |
+
Retrieval is done from the entity, relationships and communities in the indexed knowledge graph on Neo4j.
|
| 20 |
+
|
| 21 |
+
|