From 745403c4b8b0a7d38f8f6fae5f2cabdb20e5042a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:13:37 -0800 Subject: [PATCH] chore(main): release python-openinference-instrumentation-llama-index 0.1.0 (#130) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python/instrumentation/openinference-instrumentation-llama-index/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 254df3504..c23430cba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"python/openinference-semantic-conventions":"0.1.2","python/instrumentation/openinference-instrumentation-openai":"0.1.0"} +{"python/openinference-semantic-conventions":"0.1.2","python/instrumentation/openinference-instrumentation-openai":"0.1.0","python/instrumentation/openinference-instrumentation-llama-index":"0.1.0"} diff --git a/python/instrumentation/openinference-instrumentation-llama-index/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-llama-index/CHANGELOG.md new file mode 100644 index 000000000..e76bfa41e --- /dev/null +++ b/python/instrumentation/openinference-instrumentation-llama-index/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-01-22) + + +### Features + +* llama-index instrumentor using callback handler ([#121](https://github.com/Arize-ai/openinference/issues/121)) ([b0734c1](https://github.com/Arize-ai/openinference/commit/b0734c181e5a5c0e06d3a76bcbca893cd8dece0d))