Skip to main content

Module async_graphrag

Module async_graphrag 

Source
Expand description

Async GraphRAG implementation Async GraphRAG System

This module provides a complete async implementation of the GraphRAG system that leverages all async traits for maximum performance and scalability.

Structs§

AsyncGraphRAG
Async version of the main GraphRAG system
AsyncGraphRAGBuilder
Builder for AsyncGraphRAG
AsyncLanguageModelAdapter
Adapter to connect BoxedAsyncLanguageModel to LLMClient trait
AsyncPerformanceStats
Performance statistics for async GraphRAG

Enums§

AsyncHealthStatus
Health status for async components