From e624db1ce717c52d2bc345e87dcac9bad26cee9e Mon Sep 17 00:00:00 2001 From: Mrna Date: Wed, 5 Nov 2025 14:46:16 +0100 Subject: [PATCH] Removed fixed TODO comment --- db.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/db.py b/db.py index b0e8ecc..1d50c1e 100644 --- a/db.py +++ b/db.py @@ -35,8 +35,6 @@ class Database: which can then be used to obtain record. TODO For faster nearest neighbour lookup we should use something else, e.g. kd-trees - TODO The resulting db is huge (50 MB for 4 pdfs), contains a lot of duplicit uncompressed text. - We should at least de-duplicate the document path. """ vectors: list[Vector] records: dict[VectorBytes, Record]