Our new LangChain Academy course on Deep Agents is now live! Enroll for free.
OSS (v1-alpha)
LangChain and LangGraph
from langchain_community.tools import MojeekSearch
api_key = "KEY" # obtained from Mojeek Website
search = MojeekSearch.config(api_key=api_key, search_kwargs={"t": 10})
search_kwargs
search.run("mojeek")
Was this page helpful?