Yes. I am trying to run evaluation on a bunch of queries back-to-back. Trying the following options:
- BatchEvalRunner's evaluate_queries, but this throws
raise NotImplementedError(
NotImplementedError: Async selection not supported for Pydantic Selectors
(the query engine needs the pydantic selector..)
- Instead of BatchEvalRunner, trying a custom for loop -- in which case, the first one seems to go through but the subsequent one goes on above timeout error.
Any thoughts or other options available here? thanks