Find answers from the community

Updated 3 months ago

Anyone have issues with the

Anyone have issues with the RagDatasetGenerator?

I get this when running it.

sys:1: RuntimeWarning: coroutine 'BaseQueryEngine.aquery' was never awaited

Looks like the run_jobs function takes the coroutine though so things dont'need to be awaited...
L
W
3 comments
hmm, I haven't seen this πŸ€” You are right, run_jobs() will end up awaiting the coroutines at some point πŸ€”
@Logan M it happens because I am having a function error in the spawned process and then the coroutine never awaits. The error message is a bit confusing. Its all connected to the lack of env vars in the subprocesses.
dang, that is confusing. but that makes sense
Add a reply
Sign up and join the conversation on Discord