Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|