root/local/: graphrag-3.0.2.4 metadata and description

Simple index

GraphRAG: A graph-based retrieval-augmented generation (RAG) system.

author Mónica Carvajal
author_email Alonso Guevara Fernández <alonsog@microsoft.com>, Andrés Morales Esquivel <andresmor@microsoft.com>, Chris Trevino <chtrevin@microsoft.com>, David Tittsworth <datittsw@microsoft.com>, Dayenne de Souza <ddesouza@microsoft.com>, Derek Worthen <deworthe@microsoft.com>, Gaudy Blanco Meneses <gaudyb@microsoft.com>, Ha Trinh <trinhha@microsoft.com>, Jonathan Larson <jolarso@microsoft.com>, Josh Bradley <joshbradley@microsoft.com>, Kate Lytvynets <kalytv@microsoft.com>, Kenny Zhang <zhangken@microsoft.com>, Nathan Evans <naevans@microsoft.com>, Rodrigo Racanicci <rracanicci@microsoft.com>, Sarah Smith <smithsarah@microsoft.com>
classifiers
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
description_content_type text/markdown
license MIT
project_urls
  • Source, https://github.com/microsoft/graphrag
requires_dist
  • azure-identity~=1.25
  • azure-search-documents~=11.5
  • azure-storage-blob~=12.24
  • blis~=1.0
  • devtools~=0.12
  • graphrag-cache==3.0.2
  • graphrag-chunking==3.0.2
  • graphrag-common==3.0.2
  • graphrag-input==3.0.2
  • graphrag-llm==3.0.2
  • graphrag-storage==3.0.2
  • graphrag-vectors==3.0.2
  • graspologic-native~=1.2
  • json-repair~=0.30
  • networkx~=3.4
  • nltk==3.9.1
  • numpy~=2.1
  • pandas~=2.3
  • pyarrow~=22.0
  • pydantic~=2.10
  • spacy~=3.8
  • textblob~=0.18
  • tqdm~=4.67
  • typer~=0.16
  • typing-extensions~=4.12
requires_python <3.14,>=3.11

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
graphrag-3.0.2.4-py3-none-any.whl
Size
285 KB
Type
Python Wheel
Python
3
graphrag-3.0.2.4.tar.gz
Size
151 KB
Type
Source

GraphRAG

👉 Microsoft Research Blog Post
👉 Read the docs
👉 GraphRAG Arxiv

PyPI - Version PyPI - Downloads GitHub Issues GitHub Discussions

Overview

The GraphRAG project is a data pipeline and transformation suite that is designed to extract meaningful, structured data from unstructured text using the power of LLMs.

To learn more about GraphRAG and how it can be used to enhance your LLM's ability to reason about your private data, please visit the Microsoft Research Blog Post.

Quickstart

To get started with the GraphRAG system we recommend trying the command line quickstart.

Repository Guidance

This repository presents a methodology for using knowledge graph memory structures to enhance LLM outputs. Please note that the provided code serves as a demonstration and is not an officially supported Microsoft offering.

⚠️ Warning: GraphRAG indexing can be an expensive operation, please read all of the documentation to understand the process and costs involved, and start small.

Diving Deeper

Prompt Tuning

Using GraphRAG with your data out of the box may not yield the best possible results. We strongly recommend to fine-tune your prompts following the Prompt Tuning Guide in our documentation.

Versioning

Please see the breaking changes document for notes on our approach to versioning the project.

Always run uv run poe init --root [path] --force between minor version bumps to ensure you have the latest config format. Run the provided migration notebook between major version bumps if you want to avoid re-indexing prior datasets. Note that this will overwrite your configuration and prompts, so backup if necessary.

Responsible AI FAQ

See RAI_TRANSPARENCY.md

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Privacy

Microsoft Privacy Statement