If I set a callback handler like this, it should be global right and apply to all embeddings and llm calls automatically? I tried it but it doesn't seem to be triggering the callback manager for some reason.
llama_debug = LlamaDebugHandler(print_trace_on_end=True)
Settings.callback_manager = CallbackManager([llama_debug])