a bit confused by reading https://github.com/Arize-ai/phoenix/blob/28d56f691a27136f0a4dc82c0efe27c6b7de1c79/packages/phoenix-client/src/phoenix/client/experiments/__init__.py#L115-L116, does `run_experiment really take base_url , which is not in the arg list, https://github.com/Arize-ai/phoenix/blob/28d56f691a27136f0a4dc82c0efe27c6b7de1c79/packages/phoenix-client/src/phoenix/client/experiments/__init__.py#L17-L30, am I missing something obvious?
馃挕聽Hint: Mention RunLLM in the thread for followups.
Does that mean the examples in the docstring is wrong?
we'd prefer the flexibility of setting base_url, I recall the previous api at phoenix.experiments.run_experiment won't allow it (it only reads from env var). this new api seems to allow it by passing client explicitly, but the docstring appears wrong.
