Namitg02 commited on
Commit
3ae2ed2
·
verified ·
1 Parent(s): df107a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def search(query: str, k: int = 3 ):
79
  # returns scores (List[float]): the retrieval scores from either FAISS (IndexFlatL2 by default) and examples (dict) format
80
  # called by talk function that passes prompt
81
 
82
- print(scores, retrieved_examples)
83
  print("check2A")
84
 
85
 
 
79
  # returns scores (List[float]): the retrieval scores from either FAISS (IndexFlatL2 by default) and examples (dict) format
80
  # called by talk function that passes prompt
81
 
82
+ #print(scores, retrieved_examples)
83
  print("check2A")
84
 
85