eacortes commited on
Commit
dce38b9
·
1 Parent(s): be30023

push new db or demo version

Browse files
Files changed (2) hide show
  1. dump.rdb +3 -0
  2. src/constants.py +1 -1
dump.rdb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e38bd15c339cd067287c486ffc04872f2a1cd0ef522bfe4903267635fbe0c88
3
+ size 2578304
src/constants.py CHANGED
@@ -19,7 +19,7 @@ HNSW_PARAMETERS = {
19
  # Higher values increase accuracy, but also increase index build time.
20
  "EF_CONSTRUCTION": 4096,
21
  # Max top candidates during KNN search. Higher values increase accuracy, but also increase search latency.
22
- "EF_RUNTIME": 10,
23
  }
24
 
25
  # Gradio launch parameters
 
19
  # Higher values increase accuracy, but also increase index build time.
20
  "EF_CONSTRUCTION": 4096,
21
  # Max top candidates during KNN search. Higher values increase accuracy, but also increase search latency.
22
+ "EF_RUNTIME": 6,
23
  }
24
 
25
  # Gradio launch parameters