diff --git a/docs/ecosystem/llamacpp.md b/docs/ecosystem/llamacpp.md index fa89aed0..d59126dc 100644 --- a/docs/ecosystem/llamacpp.md +++ b/docs/ecosystem/llamacpp.md @@ -15,7 +15,7 @@ There exists a LlamaCpp LLM wrapper, which you can access with ```python from langchain.llms import LlamaCpp ``` -For a more detailed walkthrough of this, see [this notebook](../modules/models/text_embedding/examples/llamacpp.ipynb) +For a more detailed walkthrough of this, see [this notebook](../modules/models/llms/integrations/llamacpp.ipynb) ### Embeddings @@ -23,4 +23,4 @@ There exists a LlamaCpp Embeddings wrapper, which you can access with ```python from langchain.embeddings import LlamaCppEmbeddings ``` -For a more detailed walkthrough of this, see [this notebook](../modules/models/llms/integrations/examples/llamacpp.ipynb) +For a more detailed walkthrough of this, see [this notebook](../modules/models/text_embedding/examples/llamacpp.ipynb)