mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-13 16:55:14 +02:00
Fix tests
This commit is contained in:
parent
bc1a7c1c44
commit
04b336fa82
2 changed files with 9 additions and 11 deletions
|
|
@ -94,7 +94,6 @@ class KnowledgeLoader:
|
|||
metadata={
|
||||
"id": self.document_id,
|
||||
"metadata": [],
|
||||
"user": self.workspace,
|
||||
"collection": self.collection
|
||||
}
|
||||
)
|
||||
|
|
@ -124,7 +123,6 @@ class KnowledgeLoader:
|
|||
metadata={
|
||||
"id": self.document_id,
|
||||
"metadata": [],
|
||||
"user": self.workspace,
|
||||
"collection": self.collection
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue