[ x] I have checked the documentation and related resources and couldn't resolve my bug.
Describe the bug
missing run_config arguments in evaluate function in module src/ragas/integrations/llama_index.py
Ragas version: 0.1.9
Python version: 3.10.9
Is-it possible to access to the RunConfig to adjust its parameters. For me it's necessary to control max_workers to avoid the error 429: 'Too Many Requests' or RateLimitError from openai
add in llama_index.py , the run_config argument.