From 507b8e4ef9e25052b4af3269bb6400af1a6d3c9f Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Tue, 8 Nov 2022 10:01:31 +0100 Subject: [PATCH] revert --- haystack/document_stores/weaviate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haystack/document_stores/weaviate.py b/haystack/document_stores/weaviate.py index 56f629c58d..10c2ce0166 100644 --- a/haystack/document_stores/weaviate.py +++ b/haystack/document_stores/weaviate.py @@ -1412,4 +1412,4 @@ def write_labels(self): Weaviate does not support labels (yet). """ - raise NotImplementedError("Weaviate does not support labels (yet).") + pass