Skip to main content

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

Was this page helpful?


You can also leave detailed feedback on GitHub.