From 9cceb4a02a417ca565f180bf7deb50fa02cb7b3d Mon Sep 17 00:00:00 2001 From: Yunlei Liu Date: Mon, 3 Apr 2023 18:59:52 -0500 Subject: [PATCH] Llama.cpp doc update: fix ipynb path (#2364) --- docs/ecosystem/llamacpp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)