Skip to content

Commit 0acb8c8

Browse files
committed
flat: false
1 parent a7f0404 commit 0acb8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataload/nextflow/ols_embeddings.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ workflow embeddings {
5252
// join_embeddings.
5353
all_new_embeddings = local_embeddings
5454
.mix(openai_embeddings)
55-
.collect()
55+
.collect(flat: false)
5656
.ifEmpty([])
5757

5858
// Build join_embeddings inputs for EVERY model. Models that received

0 commit comments

Comments
 (0)