forked from Archives/langchain
Llama.cpp doc update: fix ipynb path (#2364)
This commit is contained in:
parent
c841b2cc51
commit
9cceb4a02a
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user