Skip to content

Commit 51f0502

Browse files
authored
fix-prereqs-link (#640)
1 parent 112a69d commit 51f0502

14 files changed

+17
-17
lines changed

docs/modules/examples/pages/hotels-app.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pip install -r requirements.txt
5151
npm --version
5252
----
5353

54-
See the https://docs.datastax.com/en/ragstack/docs/prerequisites.html[Prerequisites] page for more details on finding these values.
54+
See the https://docs.datastax.com/en/ragstack/examples/prerequisites.html[Prerequisites] page for more details on finding these values.
5555

5656
== Load the data
5757

docs/modules/examples/pages/langchain-unstructured-astra.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Install the following dependencies:
3232
----
3333
pip install ragstack-ai
3434
----
35-
See the https://docs.datastax.com/en/ragstack/docs/prerequisites.html[Prerequisites] page for more details.
35+
See the https://docs.datastax.com/en/ragstack/examples/prerequisites.html[Prerequisites] page for more details.
3636

3737
== Set up your environment
3838

@@ -48,7 +48,7 @@ OPENAI_API_KEY=sk-...
4848

4949
If you're using Google Colab, you'll be prompted for these values in the Colab environment.
5050

51-
See the https://docs.datastax.com/en/ragstack/docs/prerequisites.html[Prerequisites] page for more details.
51+
See the https://docs.datastax.com/en/ragstack/examples/prerequisites.html[Prerequisites] page for more details.
5252

5353
== Create RAG pipeline
5454

docs/modules/examples/pages/llama-astra.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install the following dependencies:
2222
----
2323
pip install ragstack-ai python-dotenv
2424
----
25-
See the https://docs.datastax.com/en/ragstack/docs/prerequisites.html[Prerequisites] page for more details.
25+
See the https://docs.datastax.com/en/ragstack/examples/prerequisites.html[Prerequisites] page for more details.
2626

2727
== Set up your local environment
2828

@@ -36,7 +36,7 @@ OPENAI_API_KEY=sk-...
3636

3737
If you're using Google Colab, you'll be prompted for these values in the Colab environment.
3838

39-
See the https://docs.datastax.com/en/ragstack/docs/prerequisites.html[Prerequisites] page for more details.
39+
See the https://docs.datastax.com/en/ragstack/examples/prerequisites.html[Prerequisites] page for more details.
4040

4141
== Create a RAG pipeline with LlamaIndex
4242

docs/modules/examples/pages/llama-parse-astra.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Install the following dependencies:
2525
----
2626
pip install ragstack-ai
2727
----
28-
See the https://docs.datastax.com/en/ragstack/docs/prerequisites.html[Prerequisites] page for more details.
28+
See the https://docs.datastax.com/en/ragstack/examples/prerequisites.html[Prerequisites] page for more details.
2929

3030
== Set up your local environment
3131

@@ -40,7 +40,7 @@ OPENAI_API_KEY=sk-...
4040

4141
If you're using Google Colab, you'll be prompted for these values in the Colab environment.
4242

43-
See the https://docs.datastax.com/en/ragstack/docs/prerequisites.html[Prerequisites] page for more details.
43+
See the https://docs.datastax.com/en/ragstack/examples/prerequisites.html[Prerequisites] page for more details.
4444

4545
== Create RAG pipeline
4646

docs/modules/examples/pages/mmr.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ OPENAI_API_KEY=sk-...
3838
pip install -qU ragstack-ai python-dotenv
3939
----
4040
+
41-
See the https://docs.datastax.com/en/ragstack/docs/prerequisites.html[Prerequisites] page for more details.
41+
See the https://docs.datastax.com/en/ragstack/examples/prerequisites.html[Prerequisites] page for more details.
4242

4343
== Create embedding model and vector store
4444

docs/modules/examples/pages/nvidia_embeddings.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pipeline.
4040
+
4141
`+datasets+` is used to import a sample dataset.
4242
+
43-
See the https://docs.datastax.com/en/ragstack/docs/prerequisites.html[Prerequisites] page for more details.
43+
See the https://docs.datastax.com/en/ragstack/examples/prerequisites.html[Prerequisites] page for more details.
4444

4545
== Configure {db-serverless} and Nvidia NGC credentials
4646

examples/notebooks/FLARE.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"* Get your Astra DB Endpoint: \n",
4040
" * `https://<ASTRA_DB_ID>-<ASTRA_DB_REGION>.apps.astra.datastax.com`\n",
4141
"\n",
42-
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/docs/prerequisites.html) page for more details."
42+
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/examples/prerequisites.html) page for more details."
4343
]
4444
},
4545
{

examples/notebooks/advancedRAG.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"* Within your database, create an [Astra DB Access Token](https://docs.datastax.com/en/astra-serverless/docs/manage/org/manage-tokens.html) with Database Administrator permissions.\n",
4141
"* Get your Astra DB Endpoint:\n",
4242
" * `https://<ASTRA_DB_ID>-<ASTRA_DB_REGION>.apps.astra.datastax.com`\n",
43-
"* See the [Prerequisites](https://docs.datastax.com/en/ragstack/docs/prerequisites.html) page for more details."
43+
"* See the [Prerequisites](https://docs.datastax.com/en/ragstack/examples/prerequisites.html) page for more details."
4444
]
4545
},
4646
{

examples/notebooks/langchain_evaluation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
" * `https://<ASTRA_DB_ID>-<ASTRA_DB_REGION>.apps.astra.datastax.com`\n",
3434
"* A [LangSmith account](https://docs.smith.langchain.com/)\n",
3535
"\n",
36-
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/docs/prerequisites.html) page for more details."
36+
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/examples/prerequisites.html) page for more details."
3737
]
3838
},
3939
{

examples/notebooks/langchain_multimodal_gemini.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
" * `https://<ASTRA_DB_ID>-<ASTRA_DB_REGION>.apps.astra.datastax.com`\n",
4848
"\n",
4949
"\n",
50-
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/docs/prerequisites.html) page for more details."
50+
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/examples/prerequisites.html) page for more details."
5151
]
5252
},
5353
{

0 commit comments

Comments
 (0)