Skip to content

Commit 2b4bf4f

Browse files
Merge branch 'main' into dspy-pin
2 parents 08703f6 + 5922d73 commit 2b4bf4f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ A Python SDK for optimizing prompts for Nova.
1818
* [Evaluator](#evaluator)
1919
* [Optimization Recommendations](#optimization-recommendations)
2020
* [Preview Status](#-preview-status)
21+
* [Interaction with AWS Bedrock](#interaction-with-aws-bedrock)
2122
* [Acknowledgements](#acknowledgements)
2223

2324
## Installation
@@ -325,5 +326,14 @@ NovaPromptOptimizer is currently in public preview. During this period:
325326
- SDK functionality might change as we support more use cases.
326327
- We welcome feedback and contributions
327328

329+
## Interaction with AWS Bedrock
330+
331+
NovaPromptOptimizer only uses AWS Bedrock for Model Calls.
332+
[Bedrock by default **disables** model invocation logging](https://docs.aws.amazon.com/bedrock/latest/userguide/model-invocation-logging.html).
333+
Data is not retained in the user's AWS account unless the user enables Bedrock Model Invocation logging.
334+
Data storage by Amazon Bedrock is independent of the use of the SDK.
335+
336+
Please refer to [Amazon Bedrock's Data Protection Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/data-protection.html) for additional guidance
337+
328338
## Acknowledgements
329-
* Special acknowledgment to [DSPy](https://github.com/stanfordnlp/dspy) – your innovations continue to inspire us.
339+
* Special acknowledgment to [DSPy](https://github.com/stanfordnlp/dspy) – your innovations continue to inspire us.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ boto3
33
botocore
44
boto3-stubs
55
dspy==2.6.27
6-
numpy==2.3.1
6+
numpy==2.3.2
77
virtualenv==20.31.2
88
urllib3==2.5.0
99
setuptools==80.9.0

0 commit comments

Comments
 (0)