Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeastyZ/ConvSearch-R1
/ open
Method
open
index/dense/utils.py:154–155 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
152
self.f = None
153
154
def
open(self):
155
self.f = open(self.base_path,
'rb'
)
156
157
def
close(self):
158
self.f.close()
Callers
9
__enter__
Method · 0.95
run_bm25
Function · 0.80
main
Function · 0.80
infer.py
File · 0.80
__init__
Method · 0.80
distributed_index_dataset_generator
Function · 0.80
process_image
Function · 0.80
gen_train_test_files
Function · 0.80
process_qrecc_per_dir
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected