Releases: Arize-ai/openinference
Releases · Arize-ai/openinference
python-openinference-instrumentation-llama-index: v3.0.1
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
0.1.3 (2024-09-04)
Bug Fixes
- anthropic: dynamically import anthropic (#998) (b627f79)
python-openinference-instrumentation-anthropic: v0.1.2
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
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
0.1.4 (2024-08-27)
Features
- liteLLM: Implemented image support and corresponding tests (#900) (f6d11eb)
python-openinference-instrumentation-bedrock: v0.1.11
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
0.1.12 (2024-08-26)
Bug Fixes
- haystack: safely get embedding model name (#965) (3a9286b)
python-openinference-instrumentation-haystack: v0.1.11
0.1.11 (2024-08-23)
Bug Fixes
- haystack: remove remaining haystack import (#961) (fe62e3f)
python-openinference-instrumentation-haystack: v0.1.10
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
0.1.1 (2024-08-21)
Features
- Tool calling for Anthropic instrumentor (#939) (2566486)