annikwag commited on
Commit
49a9d87
·
verified ·
1 Parent(s): 3a726ab

Update appStore/search.py

Browse files
Files changed (1) hide show
  1. appStore/search.py +1 -1
appStore/search.py CHANGED
@@ -27,7 +27,7 @@ def hybrid_search(client, query, collection_name):
27
  name="text-dense",
28
  vector=q_dense,
29
  ),
30
- limit=10,
31
  with_payload = True,
32
  ),
33
  models.SearchRequest(
 
27
  name="text-dense",
28
  vector=q_dense,
29
  ),
30
+ limit=limit, # was 10, now uses the parameter
31
  with_payload = True,
32
  ),
33
  models.SearchRequest(