langchain/docs/extras/integrations
Timon Palm 70604e590f
DuckDuckGoSearch News Tool (#8292)
Description: 
I wanted to use the DuckDuckGoSearch tool in an agent to let him get the
latest news for a topic. DuckDuckGoSearch has already an implemented
function for retrieving news articles. But there wasn't a tool to use
it. I simply adapted the SearchResult class with an extra argument
"backend". You can set it to "news" to only get news articles.

Furthermore, I added an example to the DuckDuckGo Notebook on how to
further customize the results by using the DuckDuckGoSearchAPIWrapper.

Dependencies: no new dependencies
---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-07-26 11:30:01 -07:00
..
callbacks Update Integrations links (#8206) 2023-07-24 21:20:32 -07:00
chat mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
document_loaders added lxml to the pip install example since it is required (#8260) 2023-07-25 18:16:07 -07:00
document_transformers mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
llms Update Integrations links (#8206) 2023-07-24 21:20:32 -07:00
memory mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
providers Docs: Fix Rockset links (#8214) 2023-07-26 10:38:37 -07:00
retrievers mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
text_embedding Update SageMaker Endpoint Embeddings docs to be up to date with current requirements (#8103) 2023-07-24 13:35:06 -07:00
toolkits correction to reference to code (#8301) 2023-07-26 10:33:18 -07:00
tools DuckDuckGoSearch News Tool (#8292) 2023-07-26 11:30:01 -07:00
vectorstores [ OpenSearch ] : Add AOSS Support to OpenSearch (#8256) 2023-07-25 23:59:36 -07:00