Skip to content

Releases: Arize-ai/phoenix

v2.9.0

05 Feb 16:36
c476d8c
Compare
Choose a tag to compare

2.9.0 (2024-02-05)

Features

  • phoenix client get_evaluations() and get_trace_dataset() (#2154) (29800e4)
  • phoenix client get_spans_dataframe() and query_spans() (#2151) (e44b948)

v2.8.0

02 Feb 23:49
30d0f13
Compare
Choose a tag to compare

2.8.0 (2024-02-02)

Features

Bug Fixes

  • broken link and openinference links (#2144) (01fb046)
  • databricks check crashes in python console (#2152) (5aeeeff)
  • default collector endpoint breaks on windows (#2161) (f1a2007)
  • Do not retry when context window has been exceeded (#2126) (ff6df1f)
  • remove hyphens from span_id in legacy evaluation fixtures (#2153) (fae859d)

Documentation

  • add docker badge (e584ed8)
  • Add terminal running steps (GITBOOK-441) (91c6b24)
  • No subject (GITBOOK-442) (5c4eb6c)
  • No subject (GITBOOK-443) (11f46cb)
  • No subject (GITBOOK-444) (fcf2bc9)
  • update badge (ddcecea)
  • update prompt to reflect rails (GITBOOK-445) (dea6dd6)

Miscellaneous Chores

v2.7.0

24 Jan 22:45
b6f885a
Compare
Choose a tag to compare

2.7.0 (2024-01-24)

Features

  • persistence: add a PHOENIX_WORKING_DIR env var for setting up a… (#2121) (5fbb2e6)

v2.6.0

23 Jan 17:00
bcfa232
Compare
Choose a tag to compare

2.6.0 (2024-01-23)

Features

Bug Fixes

  • Clean up vertex clients after event loop closure (#2102) (202c7ea)
  • Determine default async concurrency on a per-model basis (#2096) (b44d8aa)
  • Resolves Bedrock model compatibility issues (#2114) (c4a5343)
  • show localhost when the notebook is running locally (#2090) (095298d)

Documentation

v2.5.0

16 Jan 19:19
c9471e3
Compare
Choose a tag to compare

2.5.0 (2024-01-16)

Features

Bug Fixes

  • Adjust evaluation templates and rails for Gemini compatibility (#2075) (3a7bfd2)

v2.4.1

11 Jan 05:16
b703b9d
Compare
Choose a tag to compare

2.4.1 (2024-01-11)

Bug Fixes

  • traces: prevent missing key exception when extracting invocation parameters in llama-index (#2076) (5cc9560)

v2.4.0

10 Jan 21:48
8fdc07c
Compare
Choose a tag to compare

2.4.0 (2024-01-10)

Features

Bug Fixes

  • Handle missing vertex candidates (#2055) (1d0475a)
  • OpenAI clients are not cleaned up after calls to llm_classify (#2068) (3233d56)
  • traces: remove nan from log_evaluations (#2056) (df9ed5c)

Documentation

v2.3.0

08 Jan 19:06
4ad2d71
Compare
Choose a tag to compare

2.3.0 (2024-01-08)

Features

Bug Fixes

Documentation

  • Add demo link, examples getting started (GITBOOK-396) (e987315)
  • Add Evaluating Traces Section (GITBOOK-386) (7d72029)
  • Add evaluations section for results (GITBOOK-387) (2e74be0)
  • Add final thoughts to evaluation (GITBOOK-405) (20eab16)
  • add import statement (GITBOOK-408) (23247d7)
  • add link (GITBOOK-403) (0be280a)
  • eval concepts typo (GITBOOK-394) (7c80d4b)
  • eval concepts typos (GITBOOK-393) (62bc99f)
  • evaluation concepts typo fix (GITBOOK-390) (2cbc1dc)
  • Extract Data from Spans (GITBOOK-383) (440f530)
  • fix broken section link (GITBOOK-409) (fee537b)
  • fix typos (GITBOOK-391) (c8f5a55)
  • fix typos (GITBOOK-402) (3cd973d)
  • fix typos (GITBOOK-406) (eaa9bea)
  • fix typos (GITBOOK-407) (cad4820)
  • Initial draft of evaluation core concept (GITBOOK-385) (67369cf)
  • Log Evaluations (GITBOOK-389) (369d79d)
  • No subject (GITBOOK-399) (94df884)
  • Re-arrange nav (GITBOOK-398) (54a87eb)
  • Remove the word golden, simplify title (GITBOOK-395) (a2233b2)
  • simplify conceps (GITBOOK-384) (c38f6c2)
  • Simplify examples page (GITBOOK-400) (6144158)
  • Trace Evaluations Section (GITBOOK-388) (2ffa800)
  • Update SECURITY.md (#2029) (363e891)

v2.2.1

29 Dec 00:23
6ef52c1
Compare
Choose a tag to compare

2.2.1 (2023-12-28)

Bug Fixes

  • Do not retry if eval was successful when using SyncExecutor (#2016) (a869190)
  • ensure float values are properly encoded by otel tracer (#2024) (b12a894)
  • ensure llamaindex spans are correctly encoded (#2023) (3ca6262)
  • Use separate versioning file (#2020) (f38eedf)

v2.2.0

22 Dec 17:04
9877f7e
Compare
Choose a tag to compare

2.2.0 (2023-12-22)

Features

  • Add support for Google's Gemini models via Vertex python sdk (#2008) (caf826c)
  • Support first-party Anthropic python SDK (#2004) (a323283)