A modular graph-based Retrieval-Augmented Generation (RAG) system
Go to file
Alonso Guevara e21a38f2ab
Fix/notebooks (#1614)
* Add new inputs and missing vector store for retrieving vectors

* Format

* Semver

* Remove .Identifier files

* Fix spellcheck

* Remove unnecessary input file for notebooks
2025-01-13 17:41:39 -06:00
.github Add Cosmos DB storage/cache option (#1431) 2024-12-19 13:43:21 -06:00
.semversioner Fix/notebooks (#1614) 2025-01-13 17:41:39 -06:00
.vscode Feat/update cli (#1376) 2024-11-07 06:59:10 -06:00
docs Fix/notebooks (#1614) 2025-01-13 17:41:39 -06:00
examples_notebooks Fix/notebooks (#1614) 2025-01-13 17:41:39 -06:00
graphrag Test and unify text splitter functionality (#1547) 2025-01-13 18:42:44 -03:00
scripts Index API (#953) 2024-08-20 15:42:20 -06:00
tests Test and unify text splitter functionality (#1547) 2025-01-13 18:42:44 -03:00
.gitattributes move mkdocs-typer to devdeps (#1331) 2024-10-30 14:49:30 -07:00
.gitignore Fix/notebooks (#1614) 2025-01-13 17:41:39 -06:00
.vsts-ci.yml Initial Release 2024-07-01 15:25:30 -06:00
CHANGELOG.md Release/v1.1.2 (#1607) 2025-01-09 16:50:04 -06:00
CODE_OF_CONDUCT.md Initial Release 2024-07-01 15:25:30 -06:00
CODEOWNERS Stabilize smoke tests for query community context building (#908) 2024-08-12 13:17:40 -06:00
CONTRIBUTING.md Initial Release 2024-07-01 15:25:30 -06:00
cspell.config.yaml Fix/notebooks (#1614) 2025-01-13 17:41:39 -06:00
DEVELOPING.md Add Cosmos DB storage/cache option (#1431) 2024-12-19 13:43:21 -06:00
dictionary.txt Fix/notebooks (#1614) 2025-01-13 17:41:39 -06:00
LICENSE Initial Release 2024-07-01 15:25:30 -06:00
mkdocs.yaml First cut at config cleanup (#1411) 2024-11-15 14:33:26 -08:00
poetry.lock Remove datashaper strip code (#1581) 2025-01-03 13:59:26 -08:00
pyproject.toml Release/v1.1.2 (#1607) 2025-01-09 16:50:04 -06:00
RAI_TRANSPARENCY.md Initial Release 2024-07-01 15:25:30 -06:00
README.md fix typo. Update documentation URLs for consistency (#1298) 2024-10-21 17:24:17 -06:00
SECURITY.md Initial Release 2024-07-01 15:25:30 -06:00
SUPPORT.md Initial Release 2024-07-01 15:25:30 -06:00
v1-breaking-changes.md Migration notebook (#1492) 2024-12-10 14:23:26 -06:00

GraphRAG

👉 Use the GraphRAG Accelerator solution
👉 Microsoft Research Blog Post
👉 Read the docs
👉 GraphRAG Arxiv

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 Solution Accelerator package. This provides a user-friendly end-to-end experience with Azure resources.

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.

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