Llama-Index Global Handler: Installation Updates and Alternatives
Hey David K. yes, we are working closely with the llama-index team to get our global handler be installable via pip install llama-index-callbacks-arize-phoenix However they are having some build issues at the moment so it might be a day or two before they publish. In the meantime you can instrument your application via openinference directly if you are using llama-index 0.10.0 https://github.com/Arize-ai/openinference/blob/main/python/instrumentation/openinference-instrumentation-llama-index/examples/chroma_query_engine.py The llama-index team and our eng team is working around the clock to make the callback installable but if you ever plan on moving to production with llama-index, the openinference path of instrumentation is probably the way to go as your RAG system doesn't need to contain phoenix
