MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / vector_is_create

Method vector_is_create

apps/knowledge/vector/base_vector.py:62–67  ·  view source on GitHub ↗

判断向量库是否创建 :return: 是否创建向量库

(self)

Source from the content-addressed store, hash-verified

60
61 @abstractmethod
62 def vector_is_create(self) -> bool:
63 """
64 判断向量库是否创建
65 :return: 是否创建向量库
66 """
67 pass
68
69 @abstractmethod
70 def vector_create(self):

Callers 1

save_pre_handlerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected