MCPcopy Create free account
hub / github.com/LUMIA-Group/MemoryDecoder / get_dstore_path

Function get_dstore_path

knn_utils/saveEmbedMulti.py:494–495  ·  view source on GitHub ↗
(dstore_dir, model_type, eval_subset, dimension)

Source from the content-addressed store, hash-verified

492
493
494def get_dstore_path(dstore_dir, model_type, eval_subset, dimension):
495 return f'{dstore_dir}/dstore_{model_type}_{eval_subset}_{dimension}.arrow'
496
497def get_index_path(dstore_dir, model_type, eval_subset, dimension):
498 return f'{dstore_dir}/index_{model_type}_{eval_subset}_{dimension}.index'

Callers 1

_get_arrow_file_pathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected