Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/mongostory/lib/vector-search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ObjectId } from "mongodb"
import clientPromise from "@/lib/mongodb"

/**
* Performs a vector search in MongoDB Atlas using the vector_index
* Performs a MongoDB vector search in MongoDB using the vector_index
* @param queryVector The embedding vector to search with
* @param options Additional options for the search
* @returns Array of documents with similarity scores
Expand Down
Loading