Skip to content

Commit 69cd726

Browse files
committed
update pyvespa links
1 parent e1ffc3f commit 69cd726

File tree

7 files changed

+656
-660
lines changed

7 files changed

+656
-660
lines changed

README.md

Lines changed: 31 additions & 31 deletions
Large diffs are not rendered by default.

examples/fasthtml-demo/deploy_app.ipynb

Lines changed: 617 additions & 619 deletions
Large diffs are not rendered by default.

multi-vector-indexing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This sample application is used to demonstrate multi-vector indexing with Vespa.
1212
Multi-vector indexing was introduced in Vespa 8.144.19.
1313
Read the [blog post](https://blog.vespa.ai/semantic-search-with-multi-vector-indexing/) announcing multi-vector indexing.
1414

15-
Go to [multi-vector-indexing](https://pyvespa.readthedocs.io/en/latest/examples/multi-vector-indexing.html)
16-
to run this sample application using [pyvespa](https://pyvespa.readthedocs.io/en/latest/index.html).
15+
Go to [multi-vector-indexing](https://vespa-engine.github.io/pyvespa/examples/multi-vector-indexing.html)
16+
to run this sample application using [pyvespa](https://vespa-engine.github.io/pyvespa/index.html).
1717

1818
The app uses a small sample of Wikipedia articles, where each paragraph is embedded in embedding
1919
vector space.

text-video-search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Build a text-video search from scratch based on CLIP models with Vespa python AP
1414
## Create the application in a Jupyter Notebook
1515

1616
Create, deploy, feed and query the application from [a single notebook](src/python/create-feed-query-text-video-search.ipynb)
17-
with [Pyvespa](https://pyvespa.readthedocs.io/en/latest/index.html).
17+
with [Pyvespa](https://vespa-engine.github.io/pyvespa/index.html).
1818

1919

2020
### Demo the search app

text-video-search/src/python/create-feed-query-text-video-search.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"id": "international-question",
122122
"metadata": {},
123123
"source": [
124-
"The function `create_text_video_app` below uses [Pyvespa](https://pyvespa.readthedocs.io/en/latest/)\n",
124+
"The function `create_text_video_app` below uses [Pyvespa](https://vespa-engine.github.io/pyvespa/)\n",
125125
"to create an application package with fields to store image embeddings extracted from the videos\n",
126126
"that we want to search based on the selected CLIP models.\n",
127127
"It also declares the types of the text embeddings that we are going to send along with the query when searching for images,\n",
@@ -212,7 +212,7 @@
212212
"id": "assured-possible",
213213
"metadata": {},
214214
"source": [
215-
"Refer to [Authenticating with Vespa Cloud](https://pyvespa.readthedocs.io/en/latest/authenticating-to-vespa-cloud.html)\n",
215+
"Refer to [Authenticating with Vespa Cloud](https://vespa-engine.github.io/pyvespa/authenticating-to-vespa-cloud.html)\n",
216216
"for any issues with the below (replace with your tenant name):"
217217
]
218218
},
@@ -248,9 +248,7 @@
248248
"cell_type": "markdown",
249249
"id": "foreign-complaint",
250250
"metadata": {},
251-
"source": [
252-
"Alternatively, check [this guide](https://pyvespa.readthedocs.io/en/latest/getting-started-pyvespa.html) to deploy locally in a Docker container.\n"
253-
]
251+
"source": "Alternatively, check [this guide](https://vespa-engine.github.io/pyvespa/getting-started-pyvespa.html) to deploy locally in a Docker container.\n"
254252
},
255253
{
256254
"cell_type": "markdown",

visual-retrieval-colpali/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Also, 👇
2222

2323
<a href="https://imgflip.com/i/98mhch"><img src="https://i.imgflip.com/98mhch.jpg" title="made at imgflip.com" alt="Funny meme about json output in demo"/></a>
2424

25-
As a prerequisite, you should run [this notebook](https://pyvespa.readthedocs.io/en/latest/examples/visual_pdf_rag_with_vespa_colpali_cloud.html)
25+
As a prerequisite, you should run [this notebook](https://vespa-engine.github.io/pyvespa/examples/visual_pdf_rag_with_vespa_colpali_cloud.html)
2626
to prepare the data and deploy the Vespa application.
2727

2828
## Setting up your .env variables

visual-retrieval-colpali/src/frontend/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def AboutThisDemo():
351351
},
352352
{
353353
"text": "Notebook to set up Vespa application and feed dataset",
354-
"href": "https://pyvespa.readthedocs.io/en/latest/examples/visual_pdf_rag_with_vespa_colpali_cloud.html",
354+
"href": "https://vespa-engine.github.io/pyvespa/examples/visual_pdf_rag_with_vespa_colpali_cloud.html",
355355
},
356356
{
357357
"text": "Web App (FastHTML) Code",

0 commit comments

Comments
 (0)