MCPcopy Create free account
hub / github.com/xerrors/Yuxi / insert

Method insert

backend/test/unit/plugins/test_milvus_kb.py:46–47  ·  view source on GitHub ↗
(self, entities)

Source from the content-addressed store, hash-verified

44 return [[FakeHit("Hybrid result", self.distance)]]
45
46 def insert(self, entities):
47 self.insert_calls.append(entities)
48
49
50def make_kb(collection: FakeCollection) -> MilvusKB:

Callers 12

_insert_entitiesMethod · 0.45
_insert_triplesMethod · 0.45
make_colon_as_titleFunction · 0.45
conftest.pyFile · 0.45
conftest.pyFile · 0.45
insertMethod · 0.45
conftest.pyFile · 0.45
worker_main.pyFile · 0.45
main.pyFile · 0.45

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected