Running Phoenix CLI with Inference Sets for LLM Summarization
Hi All, I am working on implementing the LLM summarization example "https://colab.research.google.com/github/Arize-ai/phoenix/blob/main/tutorials/llm_summarization_tutorial.ipynb". The example is executed perfectly fine in google colab notebook, so I wanted to test the same example by running the Phoenix from command terminal. But in this example the Phoenix is launched using Primary and Reference Inference Sets i.e, "session = px.launch_app(primary=recent_ds, reference=baseline_ds)". The command to run Phoenix from CLI is "python3 -m phoenix.server.main serve". So, when I run the Phoenix and run the LLM summarization python code in CLI, I am not able to get the analysis result on Phoenix UI, may be because the inference sets are not used as an argument in the CLI command. How can I run Phoenix in CLI while defining the inference sets? Thanks in advance for the help.
