diff --git a/src/Gift_Recommendation_Bot.py b/src/Gift_Recommendation_Bot.py index 5345bdd..677a166 100644 --- a/src/Gift_Recommendation_Bot.py +++ b/src/Gift_Recommendation_Bot.py @@ -129,6 +129,7 @@ def download_file (path,url): embeddings = TogetherEmbeddings( model=EMBEDDINGS_MODEL_NAME, api_key=st.secrets["TOGETHER_API_KEY"] ) + st.write(os.listdir()) if not os.path.exists(VECSTORE_PERSIST_DIRECTORY): os.makedirs(VECSTORE_PERSIST_DIRECTORY) if not os.path.exists(VECSTORE_PERSIST_DIRECTORY+CHROMA_SUBDIR_NAME):