Find answers from the community

Home
Members
bryanvann
b
bryanvann
Offline, last seen 2 months ago
Joined September 25, 2024
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.

Plain Text
llama_debug = LlamaDebugHandler(print_trace_on_end=True)
    Settings.callback_manager = CallbackManager([llama_debug])
11 comments
L
b
AFAICT, trulens-eval hasn't upgraded to the new llamaindex version. Since we use it for evals in our codebase I think we're blocked on upgrading unless anyone knows a workaround.
6 comments
L
b
Anyone hit this error when using a reranker?
4 comments
L
b