Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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")