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

Method vector_create

apps/knowledge/vector/base_vector.py:70–75  ·  view source on GitHub ↗

创建 向量库 :return:

(self)

Source from the content-addressed store, hash-verified

68
69 @abstractmethod
70 def vector_create(self):
71 """
72 创建 向量库
73 :return:
74 """
75 pass
76
77 def save_pre_handler(self):
78 """

Callers 1

save_pre_handlerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected