Roger Yang
Roger Yang
found some info [here](https://github.com/vamshiaruru/strawberry_async_sqlalchemy_relay?tab=readme-ov-file#relay) also
no longer an issue
The client needs to be updated, otherwise it'll have the wrong url. e.g. https://github.com/Arize-ai/phoenix/blob/5e8bc3dad2036b2febb1d343103d331723413a72/src/phoenix/session/client.py#L244
The issue is that `urljoin` is currently absolute. See the four scenarios below
Thanks for the update. Can we make sure that `base_url` always ends with `/`, otherwise the `urljoin` is still not correct. `abc` below is gone because it doesn't end with...
@nathanhammond Thanks for the PR. Can you please sign the CLA by following the instructions from the CLA Assistant above?
This is because the agent has a separate [code path](https://github.com/run-llama/llama_index/blob/703c34662676abd7ec32ffe6622600f970eb3cdf/llama_index/chat_engine/types.py#L167) for the streaming response gen that is not detected by our methods, and is very difficult to monkey patch.
> I am getting split traces Split traces is usually a symptom of an issue with the callback manager in Llama-Index. We would love it if you could open a...
tool span attributes probably also need `input.value` and `output.value` added ```json { "resource": { "name": "example-function-id" }, "openinference": { "span": { "kind": "TOOL" } }, "tool": { "name": "weather", "parameters":...
I had a direct message conversation with the user. They are actually not using the same code as the one in the colab (the colab works fine and has token...