Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
def
make_kb(collection: FakeCollection) -> MilvusKB:
Callers
12
_insert_milvus_records
Method · 0.45
_insert_entities
Method · 0.45
_insert_triples
Method · 0.45
make_colon_as_title
Function · 0.45
conftest.py
File · 0.45
conftest.py
File · 0.45
test_chat_stream_interrupt.py
File · 0.45
insert
Method · 0.45
conftest.py
File · 0.45
seed_initial_users.py
File · 0.45
worker_main.py
File · 0.45
main.py
File · 0.45
Calls
1
append
Method · 0.80
Tested by
no test coverage detected