From b9ce6537f006f5f0290ed15910578b2f5e6e08fd Mon Sep 17 00:00:00 2001 From: "abir.chebbi" <abir.chebbi@hes-so.ch> Date: Sun, 6 Apr 2025 20:09:38 +0200 Subject: [PATCH] readme update --- Part2/chatbot.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Part2/chatbot.py b/Part2/chatbot.py index 1fca90d..63f8cc5 100644 --- a/Part2/chatbot.py +++ b/Part2/chatbot.py @@ -1,11 +1,6 @@ # Creator: Abir Chebbi (abir.chebbi@hesge.ch) - - import boto3 import streamlit as st - - - from langchain_community.embeddings import BedrockEmbeddings from langchain_community.chat_models import BedrockChat from opensearchpy import OpenSearch, RequestsHttpConnection, AWSV4SignerAuth -- GitLab