graphrag-accelerator

(★ 2,409)

One-click deploy of a Knowledge Graph powered RAG (GraphRAG) in Azure

File Explorer

  • .dockerignore
  • .editorconfig
  • .gitattributes
  • .gitignore
  • .pre-commit-config.yaml
  • .secrets.baseline
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • LICENSE
  • openapi.json
  • README.md
  • SECURITY.md
  • TRANSPARENCY.md

# Installation Guide

python
Prerequisites

Setup Steps

cd backend && poetry install

Install backend Python dependencies

cd frontend && poetry install

Install frontend Python dependencies

cd infra && ./deploy.sh

Deploy Azure infrastructure

Key Commands

poetry install

Install project dependencies based on pyproject.toml.

poetry run uvicorn graphrag_app.main:app --reload

Run the backend FastAPI server locally.

poetry run streamlit run app.py

Run the frontend Streamlit app locally.

poetry run pytest

Run backend tests.

GraphRAG Accelerator uses Azure services and may incur substantial costs. Please refer to the deployment guide for details.

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Release Timeline

// repository documentation