Skip to content

Commit

Permalink
fixing index threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
adolkhan authored and tatevikh committed Nov 3, 2023
1 parent 5825771 commit ed29704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeplake/constants.py
Expand Up @@ -321,7 +321,7 @@
DEFAULT_DEEPMEMORY_DISTANCE_METRIC = "deepmemory_distance"

DEFAULT_VECTORSTORE_INDEX_PARAMS = {
"threshold": 100000,
"threshold": -1,
"distance_metric": DEFAULT_VECTORSTORE_DISTANCE_METRIC,
"additional_params": {
"efConstruction": 600,
Expand Down

0 comments on commit ed29704

Please sign in to comment.