langchain
langchain copied to clipboard
RFC: Notion api wrapper
Picking up where @nickscamara left off, noodling around with a generic Notion API wrapper that could be used by doc loaders and tools. Currently able to write plain text to new page in database and load all (plain text from) pages in a database as documents. If we think this is worthwhile can polish this PR and add a doc loader and basic agent toolkit @vowelparrot @hwchase17 @eyurtsev
oh we already have a NotionDBLoader! just the writing part then
stale