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

Method _batch_save

apps/knowledge/vector/base_vector.py:158–159  ·  view source on GitHub ↗
(self, text_list: List[Dict], embedding: Embeddings, is_the_task_interrupted)

Source from the content-addressed store, hash-verified

156
157 @abstractmethod
158 def _batch_save(self, text_list: List[Dict], embedding: Embeddings, is_the_task_interrupted):
159 pass
160
161 def search(
162 self,

Callers 2

saveMethod · 0.95
batch_saveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected