Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def respond(message, history):
|
|
| 19 |
search_embeddings = nutrition_embeddings
|
| 20 |
elif any(word in lower_msg for word in ["brand", "brands", "dog food brand"]):
|
| 21 |
search_chunks = brand_chunks
|
| 22 |
-
|
| 23 |
elif any(word in lower_msg for word in ["health risk", "disease", "illness"]):
|
| 24 |
search_chunks = health_chunks
|
| 25 |
search_embeddings = health_embeddings
|
|
|
|
| 19 |
search_embeddings = nutrition_embeddings
|
| 20 |
elif any(word in lower_msg for word in ["brand", "brands", "dog food brand"]):
|
| 21 |
search_chunks = brand_chunks
|
| 22 |
+
search_embeddings = brand_embeddings
|
| 23 |
elif any(word in lower_msg for word in ["health risk", "disease", "illness"]):
|
| 24 |
search_chunks = health_chunks
|
| 25 |
search_embeddings = health_embeddings
|