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

Function get_result_path

knn_utils/saveEmbedMulti.py:500–501  ·  view source on GitHub ↗
(dstore_dir, model_type, dstore_size, dimension)

Source from the content-addressed store, hash-verified

498 return f'{dstore_dir}/index_{model_type}_{eval_subset}_{dimension}.index'
499
500def get_result_path(dstore_dir, model_type, dstore_size, dimension):
501 return f'{dstore_dir}/test_retrieve_result(no_recompute).pickle'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected