🐛 fix(documentloaders.py): change value of metadata from string to empty object to fix incorrect type assignment

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-09-19 14:14:11 -03:00
commit 0389d8ec1e

View file

@ -174,7 +174,7 @@ class DocumentLoaderFrontNode(FrontendNode):
required=True,
show=True,
name="metadata",
value="{}",
value={},
display_name="Metadata",
multiline=False,
)