ShawnAI commited on
Commit
360cadd
1 Parent(s): 0fa8bdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": 5}
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(