We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34c760 commit 7a4d4a0Copy full SHA for 7a4d4a0
src/neo4j_graphrag/llm/base.py
@@ -27,6 +27,7 @@
27
DEFAULT_RATE_LIMIT_HANDLER,
28
rate_limit_handler,
29
async_rate_limit_handler,
30
+ RateLimitHandler,
31
)
32
33
from neo4j_graphrag.tool import Tool
0 commit comments