Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codefuse-ai/ModelCache
/ VectorBase
Function
VectorBase
modelcache_mm/manager/vector_data/__init__.py:9–10 ·
view source on GitHub ↗
(name: str, **kwargs)
Source
from the content-addressed store, hash-verified
7
8
9
def
VectorBase(name: str, **kwargs):
10
return
vector_manager.VectorBase.get(name, **kwargs)
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected