Skip to content

Releases: Arize-ai/phoenix

v2.1.0

21 Dec 23:20
2297c12
Compare
Choose a tag to compare

2.1.0 (2023-12-21)

Features

  • instantiate evaluators by criteria (#1983) (9c72616)
  • support function calling for run_evals (#1978) (8be325c)
  • traces: add v1/traces HTTP endpoint to handle ExportTraceServiceRequest (3c94dea)
  • traces: add v1/traces HTTP endpoint to handle ExportTraceServiceRequest (#1968) (3c94dea)
  • traces: add retrieval summary to header (#2006) (8af0582)
  • traces: evaluation summary on the header (#2000) (965beb0)

Bug Fixes

v2.0.0

20 Dec 19:23
37a702e
Compare
Choose a tag to compare

2.0.0 (2023-12-20)

⚠ BREAKING CHANGES

  • Update llm_classify and llm_generate interfaces (#1974)

Features

Bug Fixes

Documentation

v1.9.0

11 Dec 23:54
d978bc6
Compare
Choose a tag to compare

1.9.0 (2023-12-11)

Features

Documentation

  • Add LLM Tracing+Evals notebook with keyless example (#1928) (4c4aac6)

v1.8.0

10 Dec 02:28
d85aeff
Compare
Choose a tag to compare

1.8.0 (2023-12-10)

Features

v1.7.0

09 Dec 03:41
f950421
Compare
Choose a tag to compare

1.7.0 (2023-12-09)

Features

Bug Fixes

  • traces: span evaluations missing from the header (#1908) (5ace81e)

v1.6.0

08 Dec 17:38
b3930a4
Compare
Choose a tag to compare

1.6.0 (2023-12-08)

Features

  • openai streaming spans show up in the ui (#1888) (ffa1d41)
  • support instrumentation for openai synchronous streaming (#1879) (b6e8c73)
  • traces: display document retrieval metrics on trace details (#1902) (0c35229)
  • traces: filterable span and document evaluation summaries (#1880) (f90919c)
  • traces: graphql query for document evaluation summary (#1874) (8a6a063)

Documentation

v1.5.1

06 Dec 21:16
7ac9727
Compare
Choose a tag to compare

1.5.1 (2023-12-06)

Bug Fixes

  • Rate limiter will sometimes tank request rate with many concurrent requests (#1855) (2530569)

v1.5.0

06 Dec 19:37
5687089
Compare
Choose a tag to compare

1.5.0 (2023-12-06)

Features

  • evals: Human vs AI Evals (#1850) (e96bd27)
  • semantic conventions for tool_calls array in OpenAI ChatCompletion messages (#1837) (c079f00)
  • support asynchronous chat completions for openai instrumentation (#1849) (f066e10)
  • traces: document retrieval metrics based on document evaluation scores (#1826) (3dfb7bd)
  • traces: document retrieval metrics on trace / span tables (#1873) (733d233)
  • traces: evaluation annotations on traces for associating spans with eval metrics (#1693) (a218a65)
  • traces: server-side span filter by evaluation result values (#1858) (6b05f96)
  • traces: span evaluation summary (aggregation metrics of scores and labels) (#1846) (5c5c3d6)

Bug Fixes

Documentation

  • RAG evaluation notebook using traces (#1857) (4b67805)
  • Retrieval Chunks (GITBOOK-372) (39976d3)

v1.4.0

30 Nov 22:25
3ad3405
Compare
Choose a tag to compare

1.4.0 (2023-11-30)

Features

  • propagate error status codes to parent spans for improved visibility into trace exceptions (#1824) (1a234e9)

v1.3.0

30 Nov 19:53
52d777c
Compare
Choose a tag to compare

1.3.0 (2023-11-30)

Features

  • Add OpenAI Rate limiting (#1805) (115e044)
  • evals: show span evaluations in trace details slideout (#1810) (4f0e4dc)
  • evaluation ingestion (no user-facing feature is added) (#1764) (7c4039b)
  • feature flags context (#1802) (a2732cd)
  • Implement asynchronous submission for OpenAI evals (#1754) (30c011d)
  • reference link correctness evaluation prompt template (#1771) (bf731df)
  • traces: configurable endpoint for the exporter (#1795) (8515763)
  • traces: display document evaluations alongside the document (#1823) (2ca3613)
  • traces: server-side sort of spans by evaluation result (score or label) (#1812) (d139693)
  • traces: show all evaluations in the table" (#1819) (2b27333)
  • traces: Trace page header with latency, status, and evaluations (#1831) (1d88efd)

Bug Fixes

  • enhance llama-index callback support for exception events (#1814) (8db01df)
  • pin llama-index temporarily (#1806) (d6aa76e)
  • remove sklearn metrics not available in sagemaker (#1791) (20ab6e5)
  • traces: convert (non-list) iterables to lists during protobuf construction due to potential presence of ndarray when reading from parquet files (#1801) (ca72747)
  • traces: make column selector sync'd between tabs (#1816) (125431a)

Documentation

  • Environment documentation (GITBOOK-370) (dbbb0a7)
  • Explanations (GITBOOK-371) (5f33da3)
  • No subject (GITBOOK-369) (656b5c0)
  • sync for 1.3 (#1833) (4d01e83)
  • update default value of variable in run_relevance_eval (GITBOOK-368) (d5bcaf8)