opt: document_loader notiondb to extract url (#4222)

parallel_dir_loader
玄猫 1 year ago committed by GitHub
parent 9544b30821
commit 43a7a89e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,6 +95,8 @@ class NotionDBLoader(BaseLoader):
if prop_data["multi_select"]
else []
)
elif prop_type == "url":
value = prop_data["url"]
else:
value = None

Loading…
Cancel
Save