From b6a101d121021388c9094425433d9d431e1b410d Mon Sep 17 00:00:00 2001 From: felix-wang <35718120+numb3r3@users.noreply.github.com> Date: Fri, 7 Apr 2023 03:42:01 +0800 Subject: [PATCH] fix: add jina jupyter notebook (#2477) As the title, add the missing link to the example notebook. --- docs/ecosystem/jina.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ecosystem/jina.md b/docs/ecosystem/jina.md index 86bd31d82e..9c15609ba8 100644 --- a/docs/ecosystem/jina.md +++ b/docs/ecosystem/jina.md @@ -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)