Jason Im using Llamaindex framework.
from llama_index.query_engine import SubQuestionQueryEngine
from llama_index.response_synthesizers import get_response_synthesizer
query_engine = SubQuestionQueryEngine.from_defaults(
query_engine_tools=[
getting_started_tool,
community_tool,
data_tool,
agent_tool,
model_tool,
query_tool,
supporting_tool,
tutorials_tool,
contributing_tool
],
I was referring to Phoenix Data Visualisation rather than tracing. Similar to this :llama_index_search_and_retrieval_tutorial.ipynb