MCPcopy Create free account
hub / github.com/alibaba/zvec / insert

Method insert

python/zvec/model/collection.py:318–319  ·  view source on GitHub ↗
(self, docs: Doc)

Source from the content-addressed store, hash-verified

316 # ========== Collection DDL Methods ==========
317 @overload
318 def insert(self, docs: Doc) -> Status:
319 pass
320
321 @overload
322 def insert(self, docs: list[Doc]) -> list[Status]:

Calls 2

convert_to_cpp_docFunction · 0.85
InsertMethod · 0.45