ironserengety commited on
Commit
f7e22b6
·
verified ·
1 Parent(s): c3745cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -11,4 +11,11 @@ license: mit
11
  short_description: 'Microsoft''s GraphRAG implementation for a medical book '
12
  ---
13
 
14
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
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
+