Notion DB
Notion is a collaboration platform with modified Markdown support that integrates kanban boards, tasks, wikis and databases. It is an all-in-one workspace for notetaking, knowledge and data management, and project and task management.
安装与设置
所有指令均在以下示例中。
文档加载器
我们有两种不同的加载器: NotionDirectoryLoader 和 NotionDBLoader。
参见此处的使用示例。
from langchain_community.document_loaders import NotionDirectoryLoader, NotionDBLoader
API 参考:NotionDirectoryLoader | NotionDBLoader