Skip to content

Commit df43141

Browse files
committed
comments
1 parent 3a15fbd commit df43141

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

source/aggregation/atlas-search.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ queries:
8787

8888
$pipeline = new Pipeline(
8989
Stage::search(
90-
# Atlas Search query specifications
91-
# Search::compound(...)
90+
/* Atlas Search query specifications
91+
Search::compound(...) */
9292
),
9393
);
9494

source/aggregation/vector-search.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,9 @@ queries:
8888

8989
$pipeline = new Pipeline(
9090
Stage::vectorSearch(
91-
# Atlas Vector Search query specifications
92-
# index: '<index name>',
93-
# path: '<path to embeddings>',
94-
# ...
91+
/* Atlas Vector Search query specifications
92+
index: '<index name>',
93+
path: '<path to embeddings>', ...*/
9594
),
9695
);
9796

0 commit comments

Comments
 (0)