Skip to content

Commit

Permalink
Revert "update frontend"
Browse files Browse the repository at this point in the history
This reverts commit 8747805.
  • Loading branch information
axiomofjoy committed Nov 29, 2023
1 parent 8747805 commit 5a689d9
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 116 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"build:relay": "relay-compiler",
"watch": "./esbuild.config.mjs dev",
"test": "jest --config ./jest.config.js",
"dev": "npm run dev:server:traces:random & npm run build:static && npm run watch",
"dev": "npm run dev:server:traces:llama_index_rag & npm run build:static && npm run watch",
"dev:server:mnist": "python3 -m phoenix.server.main --umap_params 0,30,550 fixture fashion_mnist",
"dev:server:mnist:single": "python3 -m phoenix.server.main fixture fashion_mnist --primary-only true",
"dev:server:sentiment": "python3 -m phoenix.server.main fixture sentiment_classification_language_drift",
Expand All @@ -91,7 +91,7 @@
"dev:server:traces:llama_index_rag": "python3 -m phoenix.server.main trace-fixture llama_index_rag --simulate-streaming true",
"dev:server:traces:llama_index_calculator_agent": "python3 -m phoenix.server.main trace-fixture llama_index_calculator_agent",
"dev:server:traces:langchain_qa_with_sources": "python3 -m phoenix.server.main trace-fixture langchain_qa_with_sources",
"dev:server:traces:random": "python3 -m phoenix.server.main trace-fixture random",
"dev:server:traces:random": "python3 -m phoenix.server.main trace-fixture random --simulate-streaming true",
"typecheck": "tsc --noEmit",
"lint": "eslint ./src",
"prettier": "prettier --write './src/**/*'",
Expand Down
5 changes: 0 additions & 5 deletions app/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -583,11 +583,6 @@ type Span {
"""
cumulativeTokenCountCompletion: Int

"""
Cumulative status code that percolates up error status codes from descendant spans (children, grandchildren, etc.)
"""
cumulativeStatusCode: String

"""
Evaluations associated with the span, e.g. if the span is an LLM, an evaluation may assess the helpfulness of its response with respect to its input.
"""
Expand Down
2 changes: 1 addition & 1 deletion app/src/pages/tracing/TracesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export function TracesTable(props: TracesTableProps) {
rootSpan: node {
spanKind
name
statusCode: cumulativeStatusCode
statusCode
startTime
latencyMs
tokenCountTotal: cumulativeTokenCountTotal
Expand Down
66 changes: 18 additions & 48 deletions app/src/pages/tracing/__generated__/TracesTableQuery.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 19 additions & 41 deletions app/src/pages/tracing/__generated__/TracesTable_spans.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5a689d9

Please sign in to comment.