Skip to content
Closed
Show file tree
Hide file tree
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 generator/config/accumulator/accumulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ tests:
function(state, numCopies) {
return { count: state.count + 1, sum: state.sum + numCopies }
}
accumulateArgs: [ "$copies" ],
accumulateArgs: [ "$copies" ]
merge:
$code: |-
function(state1, state2) {
Expand Down
2 changes: 1 addition & 1 deletion generator/config/stage/vectorSearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ arguments:
-
name: path
type:
- searchPath
- string
description: |
Indexed vector type field to search.
-
Expand Down
4 changes: 2 additions & 2 deletions src/Builder/Stage/FactoryTrait.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Builder/Stage/FluentFactoryTrait.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/Builder/Stage/VectorSearchStage.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading