
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
llama-index-readers-notion
Advanced tools
Notion Page Reader enables loading data from Notion pages. It constructs queries to retrieve pages based on page IDs or from a specified Notion database.
You can install Notion Reader via pip:
pip install llama-index-readers-notion
from llama_index.readers.notion import NotionPageReader
# Initialize NotionPageReader
reader = NotionPageReader(integration_token="<Integration Token>")
# Load data from Notion
documents = reader.load_data(
page_ids=["<Page ID 1>", "<Page ID 2>"], # List of page IDs to load
database_id="<Database ID>", # Database ID from which to load page IDs
)
Implementation for Notion reader can be found here
This loader is designed to be used as a way to load data into LlamaIndex and/or subsequently used as a Tool in a LangChain Agent.
FAQs
llama-index readers notion integration
We found that llama-index-readers-notion demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.