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§
- Async
GraphRAG - Async version of the main GraphRAG system
- Async
GraphRAG Builder - Builder for AsyncGraphRAG
- Async
Language Model Adapter - Adapter to connect BoxedAsyncLanguageModel to LLMClient trait
- Async
Performance Stats - Performance statistics for async GraphRAG
Enums§
- Async
Health Status - Health status for async components