mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-03 11:47:49 +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"]
|
if prop_data["multi_select"]
|
||||||
else []
|
else []
|
||||||
)
|
)
|
||||||
|
elif prop_type == "url":
|
||||||
|
value = prop_data["url"]
|
||||||
else:
|
else:
|
||||||
value = None
|
value = None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user