Skip to content

Commit 84c5bae

Browse files
author
Jesse S
authored
Vec 229 aerospike 1.0 (#3)
* remove reference to proximus
1 parent bfc679e commit 84c5bae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/integrations/vectorstores/aerospike.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"metadata": {},
3030
"outputs": [],
3131
"source": [
32-
"PROXIMUS_HOST = \"<avs-ip>\"\n",
33-
"PROXIMUS_PORT = 5000"
32+
"AVS_HOST = \"<avs-ip>\"\n",
33+
"AVS_PORT = 5000"
3434
]
3535
},
3636
{
@@ -369,7 +369,7 @@
369369
"from langchain_community.vectorstores import Aerospike\n",
370370
"\n",
371371
"# Here we are using the AVS host and port you configured earlier\n",
372-
"seed = HostPort(host=PROXIMUS_HOST, port=PROXIMUS_PORT)\n",
372+
"seed = HostPort(host=AVS_HOST, port=AVS_PORT)\n",
373373
"\n",
374374
"# The namespace of where to place our vectors. This should match the vector configured in your docstore.conf file.\n",
375375
"NAMESPACE = \"test\"\n",

0 commit comments

Comments
 (0)