Spaces:
Running
Running
push new db or demo version
Browse files- 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":
|
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
|