Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeastyZ/ConvSearch-R1
/ nb_docs
Method
nb_docs
index/dense/libs.py:74–75 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
72
return
len(self.index_doc_id)
73
74
def
nb_docs(self):
75
return
self.n
76
77
def
save(self, dim=None):
78
print(
"converting to numpy"
)
Callers
1
retrieve
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected