From 15a665a8adf683312ee530628d221d22cfd44dcd Mon Sep 17 00:00:00 2001 From: dylan Date: Wed, 30 Oct 2024 15:08:27 -0700 Subject: [PATCH] use AVS Python client 3.0.1 in vector store notebook --- docs/docs/integrations/vectorstores/aerospike.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/vectorstores/aerospike.ipynb b/docs/docs/integrations/vectorstores/aerospike.ipynb index e51f961d8d6c9..17f9fda39f930 100644 --- a/docs/docs/integrations/vectorstores/aerospike.ipynb +++ b/docs/docs/integrations/vectorstores/aerospike.ipynb @@ -51,7 +51,7 @@ }, "outputs": [], "source": [ - "!pip install --upgrade --quiet aerospike-vector-search==3.0.0 langchain-community sentence-transformers langchain" + "!pip install --upgrade --quiet aerospike-vector-search==3.0.1 langchain-community sentence-transformers langchain" ] }, {