Skip to content

Commit

Permalink
Add install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Aune committed Aug 31, 2023
1 parent 9a10372 commit 4284f9d
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 4 deletions.
20 changes: 18 additions & 2 deletions docs/sphinx/source/application-packages.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,24 @@
" **_To configure setting an unsupported indexing option (or any other unsupported option),_**\n",
" **_export the application package like above, modify the schema or other files_**\n",
" **_and deploy the application package from the directory, or as a zipped file._**\n",
" **_Find more details at the end of this notebook._**\n",
"\n",
" **_Find more details at the end of this notebook._**"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e51d0086",
"metadata": {},
"outputs": [],
"source": [
"!pip3 install pyvespa"
]
},
{
"cell_type": "markdown",
"id": "b593d6e2",
"metadata": {},
"source": [
"By exporting to disk, one can see the generated files:"
]
},
Expand Down
20 changes: 18 additions & 2 deletions docs/sphinx/source/examples/multi-vector-indexing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,24 @@
"* How to control text search result highlighting.\n",
"\n",
"This notebook requires [pyvespa >= 0.37.1](https://pyvespa.readthedocs.io/en/latest/index.html#requirements)\n",
"and the [Vespa CLI](https://pyvespa.readthedocs.io/en/latest/reads-writes.html#Feed-using-Vespa-CLI).\n",
"\n",
"and the [Vespa CLI](https://pyvespa.readthedocs.io/en/latest/reads-writes.html#Feed-using-Vespa-CLI)."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "bf5137e2",
"metadata": {},
"outputs": [],
"source": [
"!pip3 install pyvespa"
]
},
{
"cell_type": "markdown",
"id": "0d35f3da",
"metadata": {},
"source": [
"## Create the application"
]
},
Expand Down
10 changes: 10 additions & 0 deletions docs/sphinx/source/examples/pyvespa-examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
"Refer to [troubleshooting](https://pyvespa.readthedocs.io/en/latest/troubleshooting.html), which also has utilies for debugging."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "8fb6db5b",
"metadata": {},
"outputs": [],
"source": [
"!pip3 install pyvespa"
]
},
{
"cell_type": "markdown",
"id": "c77bfca9",
Expand Down

0 comments on commit 4284f9d

Please sign in to comment.