mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Fix ingested metadata (#231)
This commit is contained in:
parent
187b0e6581
commit
9a71ff6521
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class TextLoadSender(ServiceSender):
|
|||
return TextDocument(
|
||||
metadata=Metadata(
|
||||
id=body.get("id"),
|
||||
metabody=metadata,
|
||||
metadata=metadata,
|
||||
user=body.get("user", "trustgraph"),
|
||||
collection=body.get("collection", "default"),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue