Aniun commited on
Commit
8ecfdcf
·
verified ·
1 Parent(s): 027769c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ class RepoSearch:
27
  print("vector_db already")
28
  # pass
29
 
30
- def search(self, query, k=10):
31
  '''
32
  name + description + html_url + topics
33
  '''
 
27
  print("vector_db already")
28
  # pass
29
 
30
+ def search(self, query, k=20):
31
  '''
32
  name + description + html_url + topics
33
  '''