Antoine101's picture
Update tools.py
a1eba64 verified
raw
history blame
187 Bytes
from langchain_community.retrievers import BM25Retriever
from langchain.tools import Tool
from langchain_community.tools import DuckDuckGoSearchRun
search_tool = DuckDuckGoSearchRun()