Skip to content

Commit 43b68a2

Browse files
authored
Update README for environment variable instructions
Clarified instructions for updating environment variables and added references to AWS Bedrock and Serper credentials.
1 parent da74680 commit 43b68a2

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

bedrock-demo-102725/README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,18 @@ You can manually activate the environment:
3535
source .venv/bin/activate
3636
```
3737

38-
### 3. Update the creds in `.env` file
38+
### 3. Update the envs in `.env` file
39+
40+
Update **AWS Bedrock** creds such as
41+
- AWS_ACCESS_KEY_ID
42+
- AWS_SECRET_ACCESS_KEY
43+
- AWS_SESSION_TOKEN
44+
45+
Update Serper credential
46+
- SERPER_API_KEY
47+
48+
Refer following documentation to know about **Traceloop environmental variables**:
49+
https://www.ibm.com/docs/en/instana-observability/1.0.300?topic=started-traceloop-instrumentation#configuring-the-environment
3950

4051
### 4. For the collection of metrics, Install OTel Data Collector for GenAI (ODCG)
4152

@@ -55,7 +66,3 @@ uv run main.py
5566
![Trace2](assets/image-1.png)
5667
![Metrics](assets/image-2.png)
5768

58-
## References
59-
60-
1. Traceloop configuration: https://www.ibm.com/docs/en/instana-observability/1.0.300?topic=started-traceloop-instrumentation#configuring-the-environment
61-

0 commit comments

Comments
 (0)