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

push new db or demo version

Browse files
Files changed (1) hide show
  1. src/constants.py +1 -1
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": 12,
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": 10,
23
  }
24
 
25
  # Gradio launch parameters