Executor-Tyrant-Framework commited on
Commit
dce41c5
·
verified ·
1 Parent(s): 388edc0

Update xet_storage.py

Browse files
Files changed (1) hide show
  1. xet_storage.py +1 -1
xet_storage.py CHANGED
@@ -75,4 +75,4 @@ class XetVectorStore:
75
  except Exception: continue
76
 
77
  results.sort(key=lambda x: x["similarity"], reverse=True)
78
- return results[:n]
 
75
  except Exception: continue
76
 
77
  results.sort(key=lambda x: x["similarity"], reverse=True)
78
+ return results[:n]