From c0b371ef1be02ba65450d5ccd27929aaa46e37b7 Mon Sep 17 00:00:00 2001 From: dylan Date: Thu, 15 Aug 2024 11:48:44 -0700 Subject: [PATCH] fix typos --- basic-search/basic_search.ipynb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/basic-search/basic_search.ipynb b/basic-search/basic_search.ipynb index cfe86dc..24e35a1 100644 --- a/basic-search/basic_search.ipynb +++ b/basic-search/basic_search.ipynb @@ -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." ] }, { @@ -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." ] }, {