From 653e90776fff4cedd33fc55ae700176c97498781 Mon Sep 17 00:00:00 2001 From: Jo Kristian Bergum Date: Fri, 12 Jan 2024 12:54:57 +0100 Subject: [PATCH] Fix spacing --- colbert/schemas/doc.sd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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]) {