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