langchain/docs/modules/indexes
Stéphane Busso 0bee219cb3
feat: Add Notion database document loader (#2056)
This PR adds Notion DB loader for langchain. 

It reads content from pages within a Notion Database. It uses the Notion
API to query the database and read the pages. It also reads the metadata
from the pages and stores it in the Document object.
2023-03-28 08:07:09 -07:00
..
document_loaders/examples feat: Add Notion database document loader (#2056) 2023-03-28 08:07:09 -07:00
retrievers/examples redis retriever (#2060) 2023-03-27 19:51:23 -07:00
text_splitters big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
vectorstores redis retriever (#2060) 2023-03-27 19:51:23 -07:00
document_loaders.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
getting_started.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
retrievers.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
text_splitters.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
vectorstores.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00