Skip to content

Commit

Permalink
fix-prereqs-link (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
mendonk authored Aug 12, 2024
1 parent 112a69d commit 51f0502
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/modules/examples/pages/hotels-app.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pip install -r requirements.txt
npm --version
----

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

== Load the data

Expand Down
4 changes: 2 additions & 2 deletions docs/modules/examples/pages/langchain-unstructured-astra.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Install the following dependencies:
----
pip install ragstack-ai
----
See the https://docs.datastax.com/en/ragstack/docs/prerequisites.html[Prerequisites] page for more details.
See the https://docs.datastax.com/en/ragstack/examples/prerequisites.html[Prerequisites] page for more details.

== Set up your environment

Expand All @@ -48,7 +48,7 @@ OPENAI_API_KEY=sk-...

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

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

== Create RAG pipeline

Expand Down
4 changes: 2 additions & 2 deletions docs/modules/examples/pages/llama-astra.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install the following dependencies:
----
pip install ragstack-ai python-dotenv
----
See the https://docs.datastax.com/en/ragstack/docs/prerequisites.html[Prerequisites] page for more details.
See the https://docs.datastax.com/en/ragstack/examples/prerequisites.html[Prerequisites] page for more details.

== Set up your local environment

Expand All @@ -36,7 +36,7 @@ OPENAI_API_KEY=sk-...

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

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

== Create a RAG pipeline with LlamaIndex

Expand Down
4 changes: 2 additions & 2 deletions docs/modules/examples/pages/llama-parse-astra.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Install the following dependencies:
----
pip install ragstack-ai
----
See the https://docs.datastax.com/en/ragstack/docs/prerequisites.html[Prerequisites] page for more details.
See the https://docs.datastax.com/en/ragstack/examples/prerequisites.html[Prerequisites] page for more details.

== Set up your local environment

Expand All @@ -40,7 +40,7 @@ OPENAI_API_KEY=sk-...

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

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

== Create RAG pipeline

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/examples/pages/mmr.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ OPENAI_API_KEY=sk-...
pip install -qU ragstack-ai python-dotenv
----
+
See the https://docs.datastax.com/en/ragstack/docs/prerequisites.html[Prerequisites] page for more details.
See the https://docs.datastax.com/en/ragstack/examples/prerequisites.html[Prerequisites] page for more details.

== Create embedding model and vector store

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/examples/pages/nvidia_embeddings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipeline.
+
`+datasets+` is used to import a sample dataset.
+
See the https://docs.datastax.com/en/ragstack/docs/prerequisites.html[Prerequisites] page for more details.
See the https://docs.datastax.com/en/ragstack/examples/prerequisites.html[Prerequisites] page for more details.

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

Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/FLARE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"* Get your Astra DB Endpoint: \n",
" * `https://<ASTRA_DB_ID>-<ASTRA_DB_REGION>.apps.astra.datastax.com`\n",
"\n",
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/docs/prerequisites.html) page for more details."
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/examples/prerequisites.html) page for more details."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/advancedRAG.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"* 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",
"* Get your Astra DB Endpoint:\n",
" * `https://<ASTRA_DB_ID>-<ASTRA_DB_REGION>.apps.astra.datastax.com`\n",
"* See the [Prerequisites](https://docs.datastax.com/en/ragstack/docs/prerequisites.html) page for more details."
"* See the [Prerequisites](https://docs.datastax.com/en/ragstack/examples/prerequisites.html) page for more details."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/langchain_evaluation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
" * `https://<ASTRA_DB_ID>-<ASTRA_DB_REGION>.apps.astra.datastax.com`\n",
"* A [LangSmith account](https://docs.smith.langchain.com/)\n",
"\n",
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/docs/prerequisites.html) page for more details."
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/examples/prerequisites.html) page for more details."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/langchain_multimodal_gemini.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
" * `https://<ASTRA_DB_ID>-<ASTRA_DB_REGION>.apps.astra.datastax.com`\n",
"\n",
"\n",
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/docs/prerequisites.html) page for more details."
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/examples/prerequisites.html) page for more details."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/llama-astra.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get your Astra DB Endpoint:\n",
"https://<ASTRA_DB_ID>-<ASTRA_DB_REGION>.apps.astra.datastax.com\n",
"\n",
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/docs/prerequisites.html) page for more details.\n",
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/examples/prerequisites.html) page for more details.\n",
"\n",
"## Setup"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/nemo_guardrails.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"* Get your Astra DB Endpoint: \n",
" * `https://<ASTRA_DB_ID>-<ASTRA_DB_REGION>.apps.astra.datastax.com`\n",
"\n",
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/docs/prerequisites.html) page for more details."
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/examples/prerequisites.html) page for more details."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/nvidia.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
" * Once signed in, navigate to `Catalog > AI Foundation Models > (Model)`\n",
" * In the model page, select the `API` tab, then `Generate Key`\n",
"\n",
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/docs/prerequisites.html) page for more details."
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/examples/prerequisites.html) page for more details."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"* Get your Astra DB Endpoint: \n",
" * `https://<ASTRA_DB_ID>-<ASTRA_DB_REGION>.apps.astra.datastax.com`\n",
"\n",
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/docs/prerequisites.html) page for more details."
"See the [Prerequisites](https://docs.datastax.com/en/ragstack/examples/prerequisites.html) page for more details."
]
},
{
Expand Down

0 comments on commit 51f0502

Please sign in to comment.