diff --git a/docs/docs/integrations/providers/searx.mdx b/docs/docs/integrations/providers/searx.mdx index 687900e47d8..505304bab6c 100644 --- a/docs/docs/integrations/providers/searx.mdx +++ b/docs/docs/integrations/providers/searx.mdx @@ -52,7 +52,7 @@ You can also load this wrapper as a Tool (to use with an Agent). You can do this with: ```python -from langchain.agents import load_tools +from langchain_community.agent_toolkits.load_tools import load_tools tools = load_tools(["searx-search"], searx_host="http://localhost:8888", engines=["github"])