acecalisto3 commited on
Commit
3d0b547
·
verified ·
1 Parent(s): 2a16c33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ client = InferenceClient(
16
  "mistralai/Mixtral-8x7B-Instruct-v0.1"
17
  )
18
 
 
19
 
20
  # --- Configuration ---
21
  VERBOSE = True
 
16
  "mistralai/Mixtral-8x7B-Instruct-v0.1"
17
  )
18
 
19
+ from langchain_community.embeddings import HuggingFaceEmbeddings
20
 
21
  # --- Configuration ---
22
  VERBOSE = True