Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo Kristian Bergum authored Jan 12, 2024
1 parent c055c3f commit 653e907
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions colbert/schemas/doc.sd
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ schema doc {
}
}
fieldset default {
fields: title, chunk
fields: title, chunk
}

field embedding type tensor<bfloat16>(x[384]) {
# e5 prefix instructions
indexing: "passage: " . (input title || "") . " " . (input chunk || "") | embed e5 | attribute | index
attribute {
distance-metric: angular
}
attribute {
distance-metric: angular
}
}

field colbert type tensor<int8>(dt{}, x[16]) {
Expand Down

0 comments on commit 653e907

Please sign in to comment.