fix: add jina jupyter notebook (#2477)

As the title, add the missing link to the example notebook.
This commit is contained in:
felix-wang
2023-04-07 03:42:01 +08:00
committed by GitHub
parent 6f47133d8a
commit b6a101d121

View File

@@ -15,4 +15,4 @@ There exists a Jina Embeddings wrapper, which you can access with
```python
from langchain.embeddings import JinaEmbeddings
```
For a more detailed walkthrough of this, see [this notebook](../modules/indexes/examples/embeddings.ipynb)
For a more detailed walkthrough of this, see [this notebook](../modules/models/text_embedding/examples/jina.ipynb)