Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Sep 16, 2024
1 parent 26108a9 commit 9d4a059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vectorstores/mongovector/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Package mongovector implements a vector store using MongoDB as the backend.
//
// Notice: this packge uses the 2.0.0-beta release of the MongoDB Go Driver.
// Notice: this package uses the 2.0.0-beta release of the MongoDB Go Driver.
//
// The mongovector package provides a way to store and retrieve document embeddings
// using MongoDB's vector search capabilities. It implements the VectorStore
Expand Down

0 comments on commit 9d4a059

Please sign in to comment.