MCPcopy 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
9def VectorBase(name: str, **kwargs):
10 return vector_manager.VectorBase.get(name, **kwargs)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected