Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ class RepoSearch:
|
|
| 27 |
print("vector_db already")
|
| 28 |
# pass
|
| 29 |
|
| 30 |
-
def search(self, query, k=
|
| 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 |
'''
|