atrytone commited on
Commit
ffab4dd
1 Parent(s): 1409c2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ def get_matches2(query):
13
 
14
  def get_matches3(query):
15
  matches = vecdb3.similarity_search_with_score(query, k=60)
 
16
 
17
 
18
  def inference(query,method=1):
 
13
 
14
  def get_matches3(query):
15
  matches = vecdb3.similarity_search_with_score(query, k=60)
16
+ return matches
17
 
18
 
19
  def inference(query,method=1):