Skip to content

Commit

Permalink
chore: Update READMEs to include Bedrock instrumentor and add Bedrock…
Browse files Browse the repository at this point in the history
… to release-please (#142)
  • Loading branch information
anticorrelator authored Jan 25, 2024
1 parent 9fc19ba commit b0c3578
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ OpenInference provides a set of instrumentations for popular machine learning SD
| [`openinference-instrumentation-openai`](./python/instrumentation/openinference-instrumentation-openai/README.rst) | OpenInference Instrumentation for OpenAI SDK. | [![PyPI Version](https://img.shields.io/pypi/v/openinference-instrumentation-openai.svg)](https://pypi.python.org/pypi/openinference-instrumentation-openai) |
| [`openinference-instrumentation-llama-index`](./python/instrumentation/openinference-instrumentation-llama-index/README.rst) | OpenInference Instrumentation for LlamaIndex. | [![PyPI Version](https://img.shields.io/pypi/v/openinference-instrumentation-llama-index.svg)](https://pypi.python.org/pypi/openinference-instrumentation-llama-index) |
| [`openinference-instrumentation-dspy`](./python/instrumentation/openinference-instrumentation-dspy/README.rst) | OpenInference Instrumentation for DSPy. | [![PyPI Version](https://img.shields.io/pypi/v/openinference-instrumentation-dspy.svg)](https://pypi.python.org/pypi/openinference-instrumentation-dspy) |
| [`openinference-instrumentation-bedrock`](./python/instrumentation/openinference-instrumentation-bedrock/README.rst) | OpenInference Instrumentation for AWS Bedrock. | [![PyPI Version](https://img.shields.io/pypi/v/openinference-instrumentation-bedrock.svg)](https://pypi.python.org/pypi/openinference-instrumentation-bedrock) |

## JavaScript

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
OpenInference Boto Instrumentation
OpenInference AWS Bedrock Instrumentation
=============================================

|pypi|

:target: https://pypi.org/project/openinference-instrumentation-boto/
:target: https://pypi.org/project/openinference-instrumentation-bedrock/

Installation
------------

::

pip install openinference-instrumentation-boto
pip install openinference-instrumentation-bedrock
4 changes: 4 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"python/instrumentation/openinference-instrumentation-dspy": {
"package-name": "python-openinference-instrumentation-dspy",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-bedrock": {
"package-name": "python-openinference-instrumentation-bedrock",
"release-type": "python"
}
}
}

0 comments on commit b0c3578

Please sign in to comment.