From e66f99fae2c8f968405a1f850115671620d987d9 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Mon, 10 Jun 2024 19:06:42 -0400 Subject: [PATCH] Remove extra line from readme example --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9a859049..7a38c9d9 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,6 @@ documents = [ {"id": uuid4(), "title": "test 1", "when": datetime.now()}, {"id": uuid4(), "title": "Test 2", "when": datetime.now()}, ] -index = empty_index() index.add_documents(documents, serializer=CustomEncoder) ```