microsoft / graphrag

A modular graph-based Retrieval-Augmented Generation (RAG) system
https://microsoft.github.io/graphrag/
MIT License
19.24k stars 1.9k forks source link

Fix: Add await to LLM execution for async handling #1206

Closed 9prodhi closed 1 month ago

9prodhi commented 1 month ago

This pull request updates the _execute_llm method to correctly handle asynchronous operations.