MCPcopy
hub / github.com/MemPalace/mempalace / add

Method add

tests/test_distance_metric.py:38–38  ·  view source on GitHub ↗
(self, **k)

Source from the content-addressed store, hash-verified

36 # A minimal concrete collection inherits the cosine default.
37 class _Col(BaseCollection):
38 def add(self, **k): ...
39 def upsert(self, **k): ...
40 def query(self, **k): ...
41 def get(self, **k): ...

Calls

no outgoing calls

Tested by

no test coverage detected