Nathan Evans e40476153d
Speed up smoke tests (#1736)
* Move verb tests to regular CI

* Clean up env vars

* Update smoke runtime expectations

* Rework artifact assertions

* Fix plural in name

* remove redundant artifact len check

* Remove redundant artifact len check

* Adjust graph output expectations

* Update community expectations

* Include all workflow output

* Adjust text unit expectations

* Adjust assertions per dataset

* Fix test config param name

* Update nan allowed for optional model fields

---------

Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
2025-02-25 13:24:35 -08:00
2025-02-25 13:24:35 -08:00
2024-11-07 06:59:10 -06:00
2025-02-25 13:14:42 -06:00
2024-08-20 15:42:20 -06:00
2025-02-25 13:24:35 -08:00
2025-01-13 17:41:39 -06:00
2024-07-01 15:25:30 -06:00
2025-01-15 15:49:07 -06:00
2024-07-01 15:25:30 -06:00
2024-07-01 15:25:30 -06:00
2025-01-13 17:41:39 -06:00
2025-02-24 18:35:51 -06:00
2024-07-01 15:25:30 -06:00
2025-02-24 20:30:45 -06:00
2025-02-24 20:30:45 -06:00
2024-07-01 15:25:30 -06:00
2024-07-01 15:25:30 -06:00
2024-07-01 15:25:30 -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

Description
A modular graph-based Retrieval-Augmented Generation (RAG) system
Readme MIT 302 MiB
Languages
Python 95.7%
Jupyter Notebook 4.2%