From eb3f1ed0117f1ce3301df63fbdbc89eb650191e6 Mon Sep 17 00:00:00 2001 From: mpgreg Date: Mon, 13 Nov 2023 13:06:33 +0100 Subject: [PATCH] fixes #109 --- airflow/include/data/schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/airflow/include/data/schema.json b/airflow/include/data/schema.json index a10e6233..25d0cf1d 100644 --- a/airflow/include/data/schema.json +++ b/airflow/include/data/schema.json @@ -54,6 +54,7 @@ "name": "content", "description": "Document content", "dataType": ["text"], + "tokenization": "whitespace", "moduleConfig": { "text2vec-openai": { "skip": "False",