🐛 fix(documentloaders.py): change value of metadata from string to empty object to fix incorrect type assignment
This commit is contained in:
parent
1243c0b644
commit
0389d8ec1e
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ class DocumentLoaderFrontNode(FrontendNode):
|
|||
required=True,
|
||||
show=True,
|
||||
name="metadata",
|
||||
value="{}",
|
||||
value={},
|
||||
display_name="Metadata",
|
||||
multiline=False,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue