From b0c35782715b79a11a1310c46686d6631ba1e440 Mon Sep 17 00:00:00 2001 From: Dustin Ngo Date: Thu, 25 Jan 2024 16:00:47 -0500 Subject: [PATCH] chore: Update READMEs to include Bedrock instrumentor and add Bedrock to release-please (#142) --- README.md | 1 + .../openinference-instrumentation-bedrock/README.rst | 6 +++--- release-please-config.json | 4 ++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 057299aa8..ecdd93c00 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/python/instrumentation/openinference-instrumentation-bedrock/README.rst b/python/instrumentation/openinference-instrumentation-bedrock/README.rst index 67c9061bd..0c09f7b7b 100644 --- a/python/instrumentation/openinference-instrumentation-bedrock/README.rst +++ b/python/instrumentation/openinference-instrumentation-bedrock/README.rst @@ -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 diff --git a/release-please-config.json b/release-please-config.json index 948c34184..a46605695 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -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" } } }