Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Aug 15, 2024
1 parent 7e5da8c commit c0b371e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions basic-search/basic_search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@
"source": [
"## Creating a Vector Admin Client\n",
"\n",
"Initialize a new admin client by providing one or more seed hosts to which the client can connect. If your AVS deployment is not running on \"localhost\" at port \"5000\" please change the `host` and `port` variables to match your deployment.\n",
"\n",
"If your AVS deployment is not accessible on address \"localhost\" and port \"5000\" change the `host` and `port` variables below to match your deployment."
"Initialize a new admin client by providing one or more seed hosts to which the client can connect."
]
},
{
Expand Down Expand Up @@ -124,9 +122,7 @@
"\n",
"To search across a set of vectors, you need to create an index associated with those vectors. AVS uses an index to traverse the HNSW neighborhoods to perform queries.\n",
"\n",
":::tip\n",
"See [Manage AVS indexes](/vector/operate/index-management) for details about creating an index.\n",
":::"
"See [Manage AVS indexes](https://aerospike.com/docs/vector/operate/index-management) for details about creating an index."
]
},
{
Expand Down

0 comments on commit c0b371e

Please sign in to comment.