ritikaaA commited on
Commit
e7d88fc
·
verified ·
1 Parent(s): 1f909e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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
 
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