The team at Microsoft is pleased to announce that GraphRAG is now available in open-source!
Check out the announcement video:
https://youtu.be/dsesHoTXyk0
GraphRAG is a research project from Microsoft exploring the use of knowledge graphs and large language models for enhanced retrieval augmented generation. It is an end-to-end system for richly understanding text-heavy datasets by combining text extraction, network analysis, LLM prompting, and summarization.
For more details on GraphRAG check out aka.ms/graphrag
Try out the Python code on your own machine: https://github.com/microsoft/graphrag
Easily deploy GraphRAG in Azure: https://github.com/Azure-Samples/graphrag-accelerator
Leave a comment below for what you want to build with GraphRAG!
It looks like they just provide in the prompt a number of examples that follow the schema they want [2].
[1] https://github.com/microsoft/graphrag/blob/main/graphrag/ind...
[2] https://github.com/microsoft/graphrag/blob/main/graphrag/ind...