diff --git a/colbert/schemas/doc.sd b/colbert/schemas/doc.sd index bf00f1697..d93be8cb9 100644 --- a/colbert/schemas/doc.sd +++ b/colbert/schemas/doc.sd @@ -18,15 +18,15 @@ schema doc { } } fieldset default { - fields: title, chunk + fields: title, chunk } field embedding type tensor(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(dt{}, x[16]) {