Skip to content

Releases: Arize-ai/openinference

python-openinference-instrumentation-llama-index: v3.0.1

05 Sep 21:52
fcbba66
Compare
Choose a tag to compare

3.0.1 (2024-09-05)

Bug Fixes

  • llama-index: ensure llamaindex response models are serializable (#997) (c1cb203)

python-openinference-instrumentation-anthropic: v0.1.3

04 Sep 02:38
c2b94cd
Compare
Choose a tag to compare

0.1.3 (2024-09-04)

Bug Fixes

  • anthropic: dynamically import anthropic (#998) (b627f79)

python-openinference-instrumentation-anthropic: v0.1.2

28 Aug 02:48
a646a31
Compare
Choose a tag to compare

0.1.2 (2024-08-28)

Bug Fixes

  • Fix input message attribute issues + toolcalling from dogfooding (#948) (dde31f5)

python-openinference-instrumentation-llama-index: v3.0.0

27 Aug 17:38
8cb457b
Compare
Choose a tag to compare

3.0.0 (2024-08-27)

⚠ BREAKING CHANGES

  • support pydanticV2 for llama-index 0.11 (#971)

Features

  • support pydanticV2 for llama-index 0.11 (#971) (ba203b8)

python-openinference-instrumentation-litellm: v0.1.4

27 Aug 23:45
6cd8c5f
Compare
Choose a tag to compare

0.1.4 (2024-08-27)

Features

  • liteLLM: Implemented image support and corresponding tests (#900) (f6d11eb)

python-openinference-instrumentation-bedrock: v0.1.11

27 Aug 20:43
77c94b8
Compare
Choose a tag to compare

0.1.11 (2024-08-27)

Bug Fixes

  • bedrock: ensure bedrock instrumentation does not break runtime for BedrockEmbeddings model from langchain (#975) (fbb78cd)

python-openinference-instrumentation-haystack: v0.1.12

26 Aug 22:23
eeea2d1
Compare
Choose a tag to compare

0.1.12 (2024-08-26)

Bug Fixes

  • haystack: safely get embedding model name (#965) (3a9286b)

python-openinference-instrumentation-haystack: v0.1.11

23 Aug 20:58
c53c999
Compare
Choose a tag to compare

0.1.11 (2024-08-23)

Bug Fixes

  • haystack: remove remaining haystack import (#961) (fe62e3f)

python-openinference-instrumentation-haystack: v0.1.10

23 Aug 19:23
e4ffd76
Compare
Choose a tag to compare

0.1.10 (2024-08-23)

Bug Fixes

  • haystack: ensure haystack is not a runtime dependency (#959) (c06813c)

python-openinference-instrumentation-anthropic: v0.1.1

21 Aug 19:03
b07e2cc
Compare
Choose a tag to compare

0.1.1 (2024-08-21)

Features

  • Tool calling for Anthropic instrumentor (#939) (2566486)