Add paper links and badges to Readme. (#326)

This commit is contained in:
Alonso Guevara 2024-07-02 16:08:13 -06:00 committed by GitHub
parent f865e66fa2
commit 751e0caa4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 4 deletions

View File

@ -1,8 +1,24 @@
# GraphRAG
👉 [Use the GraphRAG Accelerator solution](https://github.com/Azure-Samples/graphrag-accelerator)
👉 [Microsoft Research Blog Post](https://www.microsoft.com/en-us/research/blog/graphrag-unlocking-llm-discovery-on-narrative-private-data/)
👉 [Read the docs](https://microsoft.github.io/graphrag)
👉 [Use the GraphRAG Accelerator solution](https://github.com/Azure-Samples/graphrag-accelerator) <br/>
👉 [Microsoft Research Blog Post](https://www.microsoft.com/en-us/research/blog/graphrag-unlocking-llm-discovery-on-narrative-private-data/)<br/>
👉 [Read the docs](https://microsoft.github.io/graphrag)<br/>
👉 [GraphRAG Publication](https://arxiv.org/pdf/2404.16130)
<div align="left">
<a href="https://pypi.org/project/graphrag/">
<img alt="PyPI - Version" src="https://img.shields.io/pypi/v/graphrag">
</a>
<a href="https://pypi.org/project/graphrag/">
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/graphrag">
</a>
<a href="https://github.com/microsoft/graphrag/issues">
<img alt="GitHub Issues" src="https://img.shields.io/github/issues/microsoft/graphrag">
</a>
<a href="https://github.com/microsoft/graphrag/discussions">
<img alt="GitHub Discussions" src="https://img.shields.io/github/discussions/microsoft/graphrag">
</a>
</div>
## Overview

View File

@ -5,7 +5,8 @@ layout: page
👉 [Microsoft Research Blog Post](https://www.microsoft.com/en-us/research/blog/graphrag-unlocking-llm-discovery-on-narrative-private-data/) <br/>
👉 [GraphRAG Accelerator](https://github.com/Azure-Samples/graphrag-accelerator) <br/>
👉 [GitHub Repository](https://github.com/microsoft/graphrag)
👉 [GitHub Repository](https://github.com/microsoft/graphrag)<br/>
👉 [GraphRAG Publication](https://arxiv.org/pdf/2404.16130)
<p align="center">
<img src="img/GraphRag-Figure1.jpg" alt="Figure 1: LLM-generated knowledge graph built from a private dataset using GPT-4 Turbo." width="450" align="center" />