Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

DuckDuckGo Search is a package that searches for words, documents, images, videos, news, maps and text translation using the DuckDuckGo.com search engine. It is downloading files and images to a local hard drive.

Installation and setup

You have to install a python package:
pip install ddgs

Tools

See a usage example. There are two tools available:
from langchain_community.tools import DuckDuckGoSearchRun
from langchain_community.tools import DuckDuckGoSearchResults