Skip to content

Commit

Permalink
chore(main): release python-openinference-instrumentation-llama-index…
Browse files Browse the repository at this point in the history
… 3.1.0 (#1167)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 12, 2024
1 parent 12d64bc commit c0f93e6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"python/openinference-semantic-conventions": "0.1.12",
"python/instrumentation/openinference-instrumentation-openai": "0.1.18",
"python/instrumentation/openinference-instrumentation-llama-index": "3.0.4",
"python/instrumentation/openinference-instrumentation-llama-index": "3.1.0",
"python/instrumentation/openinference-instrumentation-dspy": "0.1.14",
"python/instrumentation/openinference-instrumentation-langchain": "0.1.29",
"python/instrumentation/openinference-instrumentation-bedrock": "0.1.12",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.1.0](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-llama-index-v3.0.4...python-openinference-instrumentation-llama-index-v3.1.0) (2024-12-12)


### Features

* add get_current_span helper function for llama-index ([#1165](https://github.com/Arize-ai/openinference/issues/1165)) ([b46931c](https://github.com/Arize-ai/openinference/commit/b46931c7cec73f73873a3ae15003f3c6c52173e1))


### Bug Fixes

* get_current_span should return None when llama-index is not instrumented ([#1169](https://github.com/Arize-ai/openinference/issues/1169)) ([12d64bc](https://github.com/Arize-ai/openinference/commit/12d64bc489bc1530458f10e815f771ac8a42fd02))
* handle multiple embedding events for llama-index ([#1166](https://github.com/Arize-ai/openinference/issues/1166)) ([0cef233](https://github.com/Arize-ai/openinference/commit/0cef233aa3ad60a17bbc28e4c80d1d1bb859f360))

## [3.0.4](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-llama-index-v3.0.3...python-openinference-instrumentation-llama-index-v3.0.4) (2024-11-12)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.4"
__version__ = "3.1.0"

0 comments on commit c0f93e6

Please sign in to comment.