Closed realnadeemansari closed 8 months ago
🤖
Hey @realnadeemansari, long time no see! Hope you're doing well despite this quirky little hiccup.
The error message "Cannot query field 'streamingLastUpdatedAt' on type 'Query'" you're encountering is likely due to a mismatch in the field name in your query. In the Arize Phoenix codebase, the correct field name is 'streaming_last_updated_at', not 'streamingLastUpdatedAt'.
Field names in GraphQL are case-sensitive and must match exactly with the schema definition. In Python, it's common to use snake_case (lowercase with underscores) for variable names, which is the case in the provided schema. Therefore, you should change your query to use 'streaming_last_updated_at' instead of 'streamingLastUpdatedAt'.
As for the role of the 'streaming_last_updated_at' field in the Arize Phoenix codebase, it is used to track the last updated time of the streaming data. It checks the last updated time for both traces and evaluations, and returns the latest one. You can find the relevant code in the src/phoenix/server/api/schema.py file.
Please try updating your query and let me know if you continue to encounter issues.
@realnadeemansari we can't quite figure out why you have a mismatch in the UI from the query itself? It looks like you have a mismatch in the UI from the server but we don't know how this could happen.
Can you try updating and let us know? pip install -U arize-phoenix[evals]
@realnadeemansari This issue should be resolved by clearing your browser cache. We've improved our browser caching strategy, so you should no longer hit this issue. Closing this issue for now, feel free to re-open if it persists.
Arize app is not working on linux server I am using Arize
version 0.0.40
I have created an Arize app that reads the data from Mongo data and visualizes the observability of the LLM model. I moved the app to a Linux server to run the Arize app as a standalone application but it is showing "Something went wrong" in the browser.Traceback
Expected behavior The application should be able to access the URL.
Screenshots
Environment (please complete the following information):