Skip to content

Releases: Arize-ai/openinference

python-openinference-instrumentation-llama-index: v1.4.0

17 May 17:36
2c6b4da
Compare
Choose a tag to compare

1.4.0 (2024-05-17)

Features

  • support llama-index new instrumentation paradigm under feature flag use_experimental_instrumentation (#462) (e254928)
    • Notes
      • This feature is still EXPERIMENTAL.
      • To enable the new instrumentation requires installing llama-index-core>=0.10.37.
      • To generate spans only from the new system, use
        • LlamaIndexInstrumentor().instrument(use_experimental_instrumentation=True)
      • Setting use_experimental_instrumentation="both" generates spans from both systems at the same time.
      • For more information about the new instrumentation system, visit docs.

python-openinference-instrumentation: v0.1.6

14 May 00:13
7e33cf7
Compare
Choose a tag to compare

0.1.6 (2024-05-14)

Bug Fixes

  • ensure bazel can discover instrumentation modules in openinference.instrumentations (#455) (38a3ad6)

python-openinference-instrumentation-bedrock: v0.1.5

11 May 17:14
a804b68
Compare
Choose a tag to compare

0.1.5 (2024-05-11)

Features

  • add support for meta vendor in openinference-instrumentation-bedrock (#448) (958c385)

python-openinference-instrumentation-openai: v0.1.5

10 May 18:11
21a48ef
Compare
Choose a tag to compare

0.1.5 (2024-05-09)

Features

  • add tool calling support for sync and async chat completions for mistralai instrumentation (#313) (9889164)
  • OpenAI instrumentation to capture context attributes (#415) (8e0cab9)

Bug Fixes

  • Bump openinference-instrumentation requirement to avoid yanked release (#426) (71b28f2)

Documentation

python-openinference-instrumentation-mistralai: v0.0.6

10 May 18:10
30d6719
Compare
Choose a tag to compare

0.0.6 (2024-05-09)

Features

  • Make Mistral ai instrumentation read context attributes (#420) (e4a61c5)

Bug Fixes

  • Bump openinference-instrumentation req to avoid yanked release (#427) (a9ef31e)
  • update mistralai minimum python version (#341) (04e7ee1)

Documentation

  • update mistral README.md with pypi badge (#334) (8e31667)

python-openinference-instrumentation-langchain: v0.1.15

10 May 21:10
b6e4cfe
Compare
Choose a tag to compare

0.1.15 (2024-05-10)

Features

  • Instrumentation reads session id from metadata (#446) (5490f68)
  • Make langchain instrumentation read context attributes (#419) (0005fa8)

Bug Fixes

  • Bump openinference-instrumentation req to avoid yanked release (#429) (54d0931)
  • Enables uninstrument method on LangchainInstrumentor (#353) (c96ae51)
  • fix formatting and types in langchain instrumentation (#367) (6d79c57)

Documentation

  • Update LangChain instrumentation readme (#349) (6cb1bcf)

python-openinference-instrumentation-dspy: v0.1.8

10 May 18:10
6d17e19
Compare
Choose a tag to compare

0.1.8 (2024-05-09)

Features

  • Make DSPY instrumentation read from attributes from context (#421) (60c9b9c)

python-openinference-instrumentation-bedrock: v0.1.4

10 May 18:13
108c8bd
Compare
Choose a tag to compare

0.1.4 (2024-05-10)

Features

  • Make Bedrock instrumentation read from attributes from context (#433) (69e8277)

Documentation

python-openinference-instrumentation: v0.1.5

06 May 23:07
15f0083
Compare
Choose a tag to compare

0.1.5 (2024-05-06)

Bug Fixes

  • Add missing context variables to list (#438) (ab2ef46)

python-openinference-instrumentation: v0.1.4

06 May 22:13
033cbf5
Compare
Choose a tag to compare

0.1.4 (2024-05-06)

Features

  • Add context manager for prompt template, version, and variables (#437) (0d44490)
  • Allow context managers as decorators (#431) (b1bb379)