We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d58ceb commit 179927eCopy full SHA for 179927e
python/src/_static_disk_index.py
@@ -101,7 +101,7 @@ def __init__(
101
_index = _native_dap.StaticDiskFloatIndex
102
self._index = _index(
103
distance_metric=dap_metric,
104
- index_path_prefix=os.path.join(index_directory, index_prefix),
+ index_path_prefix=index_prefix,
105
num_threads=num_threads,
106
num_nodes_to_cache=num_nodes_to_cache,
107
cache_mechanism=cache_mechanism,
0 commit comments