Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Spinachead/arg
/ finish_loading
Method
finish_loading
app/knowledge_base/kb_cache/base.py:45–46 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
self._loaded.clear()
44
45
def
finish_loading(self):
46
self._loaded.set()
47
48
def
wait_for_loading(self):
49
self._loaded.wait()
Callers
2
load_vector_store
Method · 0.80
load_vector_store
Method · 0.80
Calls
1
set
Method · 0.80
Tested by
no test coverage detected