From ccd2bc67d1d4e651c3d0d6779c72e74c02a66213 Mon Sep 17 00:00:00 2001 From: Artemy Belousov Date: Tue, 21 May 2024 14:15:39 +0400 Subject: [PATCH] Use Lunary's global event queue in callback handlers (#28) * add cached tag for lunary requests * add (update) event in LunaryEventName * updating the lunary library to version 1.0.10 * In the LlamaIndexLunaryCallbackHandler class, the queue attribute is transferred to the arguments of the __init__ method * added lunary event update when cache is available * update poetry.lock * update lunary library to 1.0.21 version * add callback_queue in lunary update track_event params * Use Lunary's global event queue in LlamaIndex callback handler --------- Co-authored-by: User