Skip to content

Commit 38581f3

Browse files
authored
docs(docs): update RAG tutorials link to point to correct path in Google Vertex AI Embeddings (#32141)
1 parent 8246b5b commit 38581f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/integrations/text_embedding/google_vertex_ai_palm.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"source": [
168168
"## Indexing and Retrieval\n",
169169
"\n",
170-
"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",
170+
"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",
171171
"\n",
172172
"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`."
173173
]

0 commit comments

Comments
 (0)