Find answers from the community

j
johnch
Offline, last seen 3 months ago
Joined September 25, 2024
Is it possible to get OpenAI finish_reason from the LlamaIndex Response?
3 comments
L
j
Hi, I have an issue with local callback handlers. When I set a global callback handler (a customised version of the langfuse handler) I get a full trace. When I pass the handler (or rather a manager containing the handler) to individual query engines, vector stores etc as an argument it does not get used.

Is passing local callback handlers still supported? I don't want to use global or Settings because I need to adjust the callback handlers parameters based on the current user in an async multitenant enviroment.
7 comments
j
L