Skip to content

Commit 7c40c13

Browse files
chatbot-rag-app: update elastic-opentelemetry to latest (#424)
Signed-off-by: Adrian Cole <[email protected]> Co-authored-by: Adrian Cole <[email protected]>
1 parent 54839a4 commit 7c40c13

File tree

2 files changed

+82
-88
lines changed

2 files changed

+82
-88
lines changed

example-apps/chatbot-rag-app/api/llm_integrations.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ def init_azure_chat(temperature):
4040

4141

4242
def init_bedrock(temperature):
43-
# Bedrock is not yet in EDOT. Use the Langtrace Python SDK instead
44-
from langtrace_python_sdk.instrumentation import AWSBedrockInstrumentation
45-
46-
AWSBedrockInstrumentation().instrument()
4743
return ChatBedrock(
4844
model_id=os.getenv("CHAT_MODEL"),
4945
streaming=True,

0 commit comments

Comments
 (0)