Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ def get_data(query, top_k, score, db_col, db_index):
|
|
| 72 |
|
| 73 |
search_params = {"metric_type": "L2",
|
| 74 |
"params": {"nprobe": 2},
|
| 75 |
-
"offset":
|
| 76 |
|
| 77 |
|
| 78 |
results = g_col.search(
|
|
|
|
| 72 |
|
| 73 |
search_params = {"metric_type": "L2",
|
| 74 |
"params": {"nprobe": 2},
|
| 75 |
+
"offset": 0}
|
| 76 |
|
| 77 |
|
| 78 |
results = g_col.search(
|