Skip to content

Commit

Permalink
Add beta notice
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Sep 16, 2024
1 parent 1794009 commit 26108a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vectorstores/mongovector/doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// 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.

Check failure on line 3 in vectorstores/mongovector/doc.go

View workflow job for this annotation

GitHub Actions / Lint

`packge` is a misspelling of `package` (misspell)
//
// The mongovector package provides a way to store and retrieve document embeddings
// using MongoDB's vector search capabilities. It implements the VectorStore
// interface from the vectorstores package, allowing it to be used interchangeably
Expand Down

0 comments on commit 26108a9

Please sign in to comment.