Oh that's great! Thanks Xander S.!
Quick question: right now Phoenix traces are all saved in RAM, right? Is there a specific limit for the server/web ui itself ? How much can it handle?
That works! Thanks a lot Mikyo
Couldn't find a way to set the remote /traces endpoint address
it works fine when the Phoenix server is running on localhost. However, how would it be to make it work for a remote Phoenix instance?
# Arize Phoenix from llama_index.callbacks.arize_phoenix import ( arize_phoenix_callback_handler, ) self.trace_callback_handlers.append(arize_phoenix_callback_handler()) self.callback_manager = CallbackManager(self.trace_callback_handlers) Settings.callback_manager = self.callback_manager
Hi team! I've been using this code to instrument llamaindex:
Nevermind! Fixed it. It was due to llama_index (once again...) , thanks to their messy deprecation of service_context
Oh, and token counting stopped working as well
The weird thing is that nothing has been changed on my code.