From 8487afdefcc420b8fa0265fd877bd689a69d9554 Mon Sep 17 00:00:00 2001 From: Preston Vasquez Date: Mon, 23 Sep 2024 15:00:39 -0600 Subject: [PATCH] Update vectorstores/mongovector/doc.go Co-authored-by: Julia Tazin --- vectorstores/mongovector/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vectorstores/mongovector/doc.go b/vectorstores/mongovector/doc.go index 4d39b404b..391c0e7f1 100644 --- a/vectorstores/mongovector/doc.go +++ b/vectorstores/mongovector/doc.go @@ -1,6 +1,6 @@ // Package mongovector implements a vector store using MongoDB as the backend. // -// Notice: this package uses the 2.0.0-beta1 release of the MongoDB Go Driver. +// Notice: this package uses a beta release of the MongoDB Go Driver 2.0.0. // // The mongovector package provides a way to store and retrieve document embeddings // using MongoDB's vector search capabilities. It implements the VectorStore