We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86665f9 commit 6c2beb2Copy full SHA for 6c2beb2
packages/mongodb-constants/src/expression-operators.ts
@@ -583,6 +583,27 @@ const EXPRESSION_OPERATORS = [
583
meta: 'expr:set',
584
version: '2.6.0',
585
},
586
+ {
587
+ name: '$similarityCosine',
588
+ value: '$similarityCosine',
589
+ score: 1,
590
+ meta: 'expr:arith',
591
+ version: '8.2.0',
592
+ },
593
594
+ name: '$similarityDotProduct',
595
+ value: '$similarityDotProduct',
596
597
598
599
600
601
+ name: '$similarityEuclidean',
602
+ value: '$similarityEuclidean',
603
604
605
606
607
{
608
name: '$size',
609
value: '$size',
0 commit comments