Skip to content

Fix prerequisites link #640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading