Skip to content

Commit

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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 18, 2024
1 parent 1906ef2 commit 06cb9e6
Show file tree
Hide file tree
Showing 3 changed files with 14 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 +1 @@
{"python/openinference-semantic-conventions":"0.1.5","python/instrumentation/openinference-instrumentation-openai":"0.1.4","python/instrumentation/openinference-instrumentation-llama-index":"1.2.0","python/instrumentation/openinference-instrumentation-dspy":"0.1.6","python/instrumentation/openinference-instrumentation-langchain":"0.1.12","python/instrumentation/openinference-instrumentation-bedrock":"0.1.3"}
{"python/openinference-semantic-conventions":"0.1.5","python/instrumentation/openinference-instrumentation-openai":"0.1.4","python/instrumentation/openinference-instrumentation-llama-index":"1.2.1","python/instrumentation/openinference-instrumentation-dspy":"0.1.6","python/instrumentation/openinference-instrumentation-langchain":"0.1.12","python/instrumentation/openinference-instrumentation-bedrock":"0.1.3"}
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.1](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-llama-index-v1.2.0...python-openinference-instrumentation-llama-index-v1.2.1) (2024-03-18)


### Bug Fixes

* for streaming use `response_txt` as output_value for llama-index ([#292](https://github.com/Arize-ai/openinference/issues/292)) ([1906ef2](https://github.com/Arize-ai/openinference/commit/1906ef2cf29b02bec5c76ba07021917f8dedc2f1))


### Documentation

* quick start demo for llama-index ([#285](https://github.com/Arize-ai/openinference/issues/285)) ([60f0671](https://github.com/Arize-ai/openinference/commit/60f06710b62828852ac5cc686e05567b75fd38a0))

## [1.2.0](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-llama-index-v1.1.1...python-openinference-instrumentation-llama-index-v1.2.0) (2024-03-13)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.2.1"

0 comments on commit 06cb9e6

Please sign in to comment.