Nathan Evans cbe5fc5da6 Add select parameter to vector store retrieval methods
- Add select parameter to similarity_search_by_vector and search_by_id
- Update _extract_data to filter fields based on select parameter
- Azure AI Search: Pass select/selected_fields to SDK search and get_document
- CosmosDB: Build query field selections based on select parameter
- LanceDB: Filter extracted data based on select parameter
- Update similarity_search_by_text to pass select through to vector search
2026-01-20 17:49:32 -08:00
2025-12-15 15:39:38 -08:00
2026-01-14 16:16:58 -08:00
2026-01-12 12:47:57 -08:00
2025-12-15 15:39:38 -08:00
2026-01-14 16:16:58 -08:00
2025-10-08 21:33:34 -07:00
2024-07-01 15:25:30 -06:00
2025-01-13 17:41:39 -06:00
2025-10-07 16:21:24 -07:00
2025-09-22 13:55:14 -06:00
2024-07-01 15:25:30 -06:00
2025-09-23 14:48:28 -07:00
2026-01-14 16:16:58 -08:00
2024-07-01 15:25:30 -06:00
2025-06-23 13:49:47 -07:00
2024-07-01 15:25:30 -06:00
2024-07-01 15:25:30 -06:00
2026-01-14 16:16:58 -08:00

GraphRAG

👉 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 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 graphrag 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

S
Description
基于图的模块化检索增强生成(RAG)系统。|GitHub 镜像 35.7k · 🍴 3.7k
https://github.com/microsoft/graphrag Readme MIT 204 MiB
Languages
Python 88.3%
Jupyter Notebook 11.5%
TypeScript 0.1%