Skip to content

Commit

Permalink
Update PipelineStage.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 14, 2024
1 parent 8aea2f7 commit 580bc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/PipelineStage.test.ts
Expand Up @@ -525,7 +525,7 @@ const vectorSearchStages: PipelineStage[] = [
$vectorSearch: {
index: 'title_vector_index',
path: 'embedding',
queryVector: [0.522,0.123,0.487],
queryVector: [0.522, 0.123, 0.487],
limit: 5,
numCandidates: 100
}
Expand Down

0 comments on commit 580bc8c

Please sign in to comment.