mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-03 03:38:06 +00:00
opt: document_loader notiondb to extract url (#4222)
This commit is contained in:
parent
9544b30821
commit
43a7a89e93
@ -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…
Reference in New Issue
Block a user