AskNews
AskNews enhances language models with up-to-date global or historical news by processing and indexing over 300,000 articles daily, providing prompt-optimized responses through a low-latency endpoint, and ensuring transparency and diversity in its news coverage.
Installation and Setupโ
First, you need to install asknews
python package.
pip install asknews
You also need to set our AskNews API credentials, which can be generated at the AskNews console.
Retrieverโ
See a usage example.
from langchain_community.retrievers import AskNewsRetriever
API Reference:AskNewsRetriever
Toolโ
See a usage example.
from langchain_community.tools.asknews import AskNewsSearch
API Reference:AskNewsSearch