Skip to content

Commit a1519af

Browse files
authored
fix(docs): fix broken links (#32083)
1 parent b61ce91 commit a1519af

File tree

2 files changed

+159
-137
lines changed

2 files changed

+159
-137
lines changed

docs/docs/integrations/text_embedding/ai21.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"source": [
1818
"# AI21Embeddings\n",
1919
"\n",
20-
":::caution This service is deprecated. :::\n",
20+
":::caution This service is deprecated.\n",
2121
"\n",
22-
"This will help you get started with AI21 embedding models using LangChain. For detailed documentation on `AI21Embeddings` features and configuration options, please refer to the [API reference](https://python.langchain.com/api_reference/ai21/embeddings/langchain_ai21.embeddings.AI21Embeddings.html).\n",
22+
"This will help you get started with AI21 embedding models using LangChain. For detailed documentation on `AI21Embeddings` features and configuration options, please refer to the [API reference](https://python.langchain.com/api_reference/ai21/index.html).\n",
2323
"\n",
2424
"## Overview\n",
2525
"### Integration details\n",
@@ -55,7 +55,9 @@
5555
"cell_type": "markdown",
5656
"id": "c84fb993",
5757
"metadata": {},
58-
"source": "To enable automated tracing of your model calls, set your [LangSmith](https://docs.smith.langchain.com/) API key:"
58+
"source": [
59+
"To enable automated tracing of your model calls, set your [LangSmith](https://docs.smith.langchain.com/) API key:"
60+
]
5961
},
6062
{
6163
"cell_type": "code",
@@ -123,7 +125,7 @@
123125
"source": [
124126
"## Indexing and Retrieval\n",
125127
"\n",
126-
"Embedding models are often used in retrieval-augmented generation (RAG) flows, both as part of indexing data as well as later retrieving it. For more detailed instructions, please see our [RAG tutorials](/docs/tutorials/).\n",
128+
"Embedding models are often used in retrieval-augmented generation (RAG) flows, both as part of indexing data as well as later retrieving it. For more detailed instructions, please see our [RAG tutorials](/docs/tutorials/rag/).\n",
127129
"\n",
128130
"Below, see how to index and retrieve data using the `embeddings` object we initialized above. In this example, we will index and retrieve a sample document in the `InMemoryVectorStore`."
129131
]

0 commit comments

Comments
 (0)