diff --git a/docs/core_docs/docs/integrations/llms/huggingface_inference.mdx b/docs/core_docs/docs/integrations/llms/huggingface_inference.mdx index 0ac556b43f0e..020e4e9c8011 100644 --- a/docs/core_docs/docs/integrations/llms/huggingface_inference.mdx +++ b/docs/core_docs/docs/integrations/llms/huggingface_inference.mdx @@ -11,7 +11,7 @@ import UnifiedModelParamsTooltip from "@mdx_components/unified_model_params_tool ```typescript -import { HuggingFaceInference } from "langchain/llms/hf"; +import { HuggingFaceInference } from "@langchain/community/llms/hf"; const model = new HuggingFaceInference({ model: "gpt2",