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 3a15fbd commit df43141Copy full SHA for df43141
source/aggregation/atlas-search.txt
@@ -87,8 +87,8 @@ queries:
87
88
$pipeline = new Pipeline(
89
Stage::search(
90
- # Atlas Search query specifications
91
- # Search::compound(...)
+ /* Atlas Search query specifications
+ Search::compound(...) */
92
),
93
);
94
source/aggregation/vector-search.txt
@@ -88,10 +88,9 @@ queries:
Stage::vectorSearch(
- # Atlas Vector Search query specifications
- # index: '<index name>',
- # path: '<path to embeddings>',
- # ...
+ /* Atlas Vector Search query specifications
+ index: '<index name>',
+ path: '<path to embeddings>', ...*/
95
96
97
0 commit comments