Llama.cpp doc update: fix ipynb path (#2364)

This commit is contained in:
Yunlei Liu
2023-04-03 18:59:52 -05:00
committed by GitHub
parent c841b2cc51
commit 9cceb4a02a

View File

@@ -15,7 +15,7 @@ There exists a LlamaCpp LLM wrapper, which you can access with
```python ```python
from langchain.llms import LlamaCpp 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 ### Embeddings
@@ -23,4 +23,4 @@ There exists a LlamaCpp Embeddings wrapper, which you can access with
```python ```python
from langchain.embeddings import LlamaCppEmbeddings 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)